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