UnresolvedLavalinkTrack
Signature
export interface UnresolvedLavalinkTrackProperties
4Methods
0No methods.
Properties
encoded?: string;The base64 encoded track.
@type{string | undefined}
info: UnresolvedTrackInfo;The track information.
@type{UnresolvedTrackInfo}
pluginInfo?: Partial<PluginInfo>;The plugin information of the track.
@type{Partial<PluginInfo>}
userData?: TrackUserData;The user data of the track.
@type{TrackUserData | undefined}