Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

Playlist

The playlist information.

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

Signature

export interface Playlist

Properties

3
pluginInfotracksinfo

Methods

0

No methods.

Properties

pluginInfo#
pluginInfo: PluginInfo;

The plugin information of the playlist.

@type{PluginInfo}
tracks#
tracks: LavalinkTrack[];

The tracks in the playlist.

@type{LavalinkTrack[]}
info#
info: PlaylistInfo;

The information of the playlist.

@type{PlaylistInfo}