Expand description
Events that clients send to Lavalink.
Structs§
- Destroy
- Destroy a player from a node.
- Equalizer
- Equalize a player.
- Equalizer
Band - A band of the equalizer event.
- Pause
- Pause or unpause a player.
- Play
- Play a track, optionally specifying to not skip the current track.
- Seek
- Seek a player’s active track to a new position.
- Stop
- Stop a player.
- Update
Player Track - The track on the player. The encoded and identifier are mutually exclusive. We don’t support userData field currently.
- Voice
- The voice payload for the combined server and state to send to lavalink.
- Voice
Update - A combined voice server and voice state update.
- Volume
- Set the volume of a player.
Enums§
- Filters
- Filters to pass to the update player endpoint.
- Outgoing
Event - An outgoing event to send to Lavalink.
- Track
Option - Used to play a specific track. These are mutually exclusive. When identifier is used, Lavalink will try to resolve the identifier as a single track. An HTTP 400 error is returned when resolving a playlist, search result, or no tracks.