UnresolvedTrack
Defined in: src/structures/Types/Track.ts:136
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
encoded? (src/structures/Types/Track.ts:140) | string | The Base 64 encoded String |
info (src/structures/Types/Track.ts:142) | UnresolvedTrackInfo | Track Information |
pluginInfo (src/structures/Types/Track.ts:144) | Partial<PluginInfo> | Plugin Information from Lavalink |
requester? (src/structures/Types/Track.ts:148) | TrackRequester | The Track’s Requester |
resolve (src/structures/Types/Track.ts:138) | (player: Player) => Promise<void> | Required |
userData? (src/structures/Types/Track.ts:146) | anyObject | The userData Object from when you provide to the lavalink request |