Skip to content

LavalinkPlayOptions

Extends

Extended by

Properties

PropertyTypeDescriptionInherited fromDefined in
endTime?numberThe position to end the track.BasePlayOptions.endTimesrc/structures/Types/Player.ts:90
filters?Partial<LavalinkFilterData>The Lavalink Filters to useonly with the new REST APIBasePlayOptions.filters
paused?booleanIf to start “paused”BasePlayOptions.pausedsrc/structures/Types/Player.ts:92
position?numberThe position to start the track.BasePlayOptions.positionsrc/structures/Types/Player.ts:88
track?objectWhich Track to playdon’t provide, if it should pick from the Queue-
track.encoded?stringThe track encoded base64 string to use instead of the one from the queue system-src/structures/Types/Player.ts:104
track.identifier?stringThe identifier of the track to use-src/structures/Types/Player.ts:106
track.requester?unknownThe Track requester for when u provide encodedTrack / identifer-src/structures/Types/Player.ts:110
track.userData?anyObjectCustom User Data for the track to provide, will then be on the userData object from the track-src/structures/Types/Player.ts:108
voice?LavalinkPlayerVoiceOptionsVoice Update for LavalinkBasePlayOptions.voicesrc/structures/Types/Player.ts:98
volume?numberThe Volume to start withBasePlayOptions.volumesrc/structures/Types/Player.ts:94