@lacunahub/lavaluna.js
    Preparing search index...

    Interface APIPlayer

    interface APIPlayer {
        filters: Filters;
        guildId: string;
        paused: boolean;
        state: APIPlayerState;
        track?: Track;
        voice: VoiceState;
        volume: number;
    }
    Index

    Properties

    filters: Filters

    The filters used by the player.

    guildId: string

    The guild id of the player.

    paused: boolean

    Whether the player is paused.

    The state of the player.

    track?: Track

    The currently playing track.

    voice: VoiceState

    The voice state of the player.

    volume: number

    The volume of the player, range 0-1000, in percentage.