UnresolvedTrack
Defined in: src/structures/Types/Track.ts:133
Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
encoded? (src/structures/Types/Track.ts:137) | string | The Base 64 encoded String |
info (src/structures/Types/Track.ts:139) | UnresolvedTrackInfo | Track Information |
pluginInfo (src/structures/Types/Track.ts:141) | Partial <PluginInfo > | Plugin Information from Lavalink |
requester? (src/structures/Types/Track.ts:145) | unknown | The Track’s Requester |
resolve (src/structures/Types/Track.ts:135) | (player : Player ) => Promise <void > | Required |
userData? (src/structures/Types/Track.ts:143) | anyObject | The userData Object from when you provide to the lavalink request |