hoshimi
    Preparing search index...

    Interface Playlist

    The playlist information.

    interface Playlist {
        info: PlaylistInfo;
        pluginInfo: PluginInfo;
        tracks: LavalinkTrack[];
    }
    Index

    Properties

    The information of the playlist.

    pluginInfo: PluginInfo

    The plugin information of the playlist.

    tracks: LavalinkTrack[]

    The tracks in the playlist.