Skip to main content

Module outgoing

Module outgoing 

Source
Expand description

Events that clients send to Lavalink.

Structs§

Destroy
Destroy a player from a node.
Equalizer
Equalize a player.
EqualizerBand
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.
UpdatePlayerTrack
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.
VoiceUpdate
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.
OutgoingEvent
An outgoing event to send to Lavalink.
TrackOption
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.