BasePlayOptions
Defined in: src/structures/Types/Player.ts:88
Extended by
Section titled “Extended by”Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
endTime? | number | The position to end the track. | src/structures/Types/Player.ts:92 |
filters? | Partial <LavalinkFilterData > | The Lavalink Filters to use | only with the new REST API |
paused? | boolean | If to start “paused” | src/structures/Types/Player.ts:94 |
position? | number | The position to start the track. | src/structures/Types/Player.ts:90 |
voice? | LavalinkPlayerVoiceOptions | Voice Update for Lavalink | src/structures/Types/Player.ts:100 |
volume? | number | The Volume to start with | src/structures/Types/Player.ts:96 |