Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

TrackResult

The track result.

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

Signature

export interface TrackResult

Properties

2
loadTypedata

Methods

0

No methods.

Properties

loadType#
loadType: LoadType.Track;

The load type of the result.

@type{LoadType.Track}
data#
data: LavalinkTrack;

The track data of the result.

@type{LavalinkTrack}