Module model

Source
Expand description

Mappings of objects received or sent from or to the API.

Modules§

client
Models related to the lavalink client.
events
Models related to the lavalink events.
http
Models related to the lavalink REST API.
player
Models related to the lavalink Player.
search
Models related to search engines.
track
Models related to the tracks.

Structs§

ChannelId
A discord Channel ID.
GuildId
A discord Guild ID.
UserId
A discord User ID.

Type Aliases§

BoxFuture
An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.