endTime? | number | The position to end the track. | BasePlayOptions .endTime | src/structures/Types/Player.ts:90 |
filters? | Partial <LavalinkFilterData > | The Lavalink Filters to use | only with the new REST API | BasePlayOptions .filters |
paused? | boolean | If to start “paused” | BasePlayOptions .paused | src/structures/Types/Player.ts:92 |
position? | number | The position to start the track. | BasePlayOptions .position | src/structures/Types/Player.ts:88 |
track? | object | Which Track to play | don’t provide, if it should pick from the Queue | - |
track.encoded? | string | The track encoded base64 string to use instead of the one from the queue system | - | src/structures/Types/Player.ts:104 |
track.identifier? | string | The identifier of the track to use | - | src/structures/Types/Player.ts:106 |
track.requester? | unknown | The Track requester for when u provide encodedTrack / identifer | - | src/structures/Types/Player.ts:110 |
track.userData? | anyObject | Custom User Data for the track to provide, will then be on the userData object from the track | - | src/structures/Types/Player.ts:108 |
voice? | LavalinkPlayerVoiceOptions | Voice Update for Lavalink | BasePlayOptions .voice | src/structures/Types/Player.ts:98 |
volume? | number | The Volume to start with | BasePlayOptions .volume | src/structures/Types/Player.ts:94 |