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

    Interface UpdateTrack

    interface UpdateTrack {
        encoded?: null | string;
        identifier?: string;
        userData?: any;
    }
    Index

    Properties

    encoded?: null | string

    The base64 encoded track to play. null stops the current track

    identifier?: string

    The identifier of the track to play

    userData?: any

    Additional track data to be sent back in the Track Object