BasePlayOptions
Defined in: src/structures/Types/Player.ts:88
Extended by
Section titled “Extended by”Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
endTime? (src/structures/Types/Player.ts:92) | 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:94) | boolean | If to start “paused” |
position? (src/structures/Types/Player.ts:90) | number | The position to start the track. |
voice? (src/structures/Types/Player.ts:100) | LavalinkPlayerVoiceOptions | Voice Update for Lavalink |
volume? (src/structures/Types/Player.ts:96) | number | The Volume to start with |