BasePlayOptions
Defined in: src/structures/Types/Player.ts:87
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
endTime? (src/structures/Types/Player.ts:91) | number | The position to end the track. |
filters? (only with the new REST API) | Partial<LavalinkFilterData> | The Lavalink Filters to use |
paused? (src/structures/Types/Player.ts:93) | boolean | If to start “paused” |
position? (src/structures/Types/Player.ts:89) | number | The position to start the track. |
voice? (src/structures/Types/Player.ts:99) | LavalinkPlayerVoiceOptions | Voice Update for Lavalink |
volume? (src/structures/Types/Player.ts:95) | number | The Volume to start with |