@discordx/lava-player
    Preparing search index...

    Interface PlaylistResponseData

    interface PlaylistResponseData {
        info: PlaylistInfo;
        pluginInfo: any;
        tracks: Track[];
    }
    Index

    Properties

    The info of the playlist

    pluginInfo: any

    Addition playlist info provided by plugins

    tracks: Track[]

    The tracks of the playlist