Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

LavalinkTrack

The track.

API/Interfaces/LavalinkTrack
hoshimi/src/types/Node.d.ts

Signature

export interface LavalinkTrack

Properties

4
encodedpluginInfoinfouserData

Methods

0

No methods.

Properties

encoded#
encoded: string;

The base64 encoded track.

@type{string}
pluginInfo#
pluginInfo: PluginInfo;

The plugin information of the track.

@type{PluginInfo}
info#
info: TrackInfo;

The track information.

@type{TrackInfo}
userData#
userData?: TrackUserData;

The user data of the track.

@type{TrackUserData | undefined}