Discolink
    Preparing search index...

    Interface BotVoiceState

    Internal ref representing client-side voice state

    interface BotVoiceState {
        connected: boolean;
        node_session_id: string;
        reconnecting: boolean;
        region_id: string;
        channel_id: string;
        session_id: string;
        deaf: boolean;
        mute: boolean;
        self_deaf: boolean;
        self_mute: boolean;
        suppress: boolean;
        token: string;
        endpoint: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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