TrackResult
The track result.
Signature
export interface TrackResultProperties
loadType: LoadType.Track;The load type of the result.
@type{LoadType.Track}
data: LavalinkTrack;The track data of the result.
@type{LavalinkTrack}
The track result.
export interface TrackResultloadType: LoadType.Track;The load type of the result.
data: LavalinkTrack;The track data of the result.