LavalinkTrack
The track.
Signature
export interface LavalinkTrackProperties
4Methods
0No methods.
Properties
encoded: string;The base64 encoded track.
@type{string}
pluginInfo: PluginInfo;The plugin information of the track.
@type{PluginInfo}
info: TrackInfo;The track information.
@type{TrackInfo}
userData?: TrackUserData;The user data of the track.
@type{TrackUserData | undefined}