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