UnresolvedLavalinkTrack

Signature

export interface UnresolvedLavalinkTrack

Properties

4

Methods

0

No methods.

Properties

encoded?: string;

The base64 encoded track.

@type{string | undefined}
pluginInfo?: Partial<PluginInfo>;

The plugin information of the track.

@type{Partial<PluginInfo>}