Discolink
    Preparing search index...

    Interface VoiceStateInfo

    VoiceManager intrinsic data

    interface VoiceStateInfo {
        node_session_id: string;
        region_id: string;
        channel_id: string;
        session_id: string;
        deaf: boolean;
        mute: boolean;
        self_deaf: boolean;
        self_mute: boolean;
        suppress: boolean;
        token: string;
        guild_id: string;
        endpoint: string;
        connected: boolean;
        ping: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    node_session_id: string
    region_id: string
    channel_id: string
    session_id: string
    deaf: boolean
    mute: boolean
    self_deaf: boolean
    self_mute: boolean
    suppress: boolean
    token: string
    guild_id: string
    endpoint: string
    connected: boolean

    Whether Lavalink is connected to the voice gateway

    ping: number

    The ping of the node to the Discord voice server in milliseconds (-1 if not connected)