hoshimi
    Preparing search index...

    Interface VoiceState

    The voice state packet.

    interface VoiceState {
        channel_id: string;
        deaf: boolean;
        event: VoiceServer;
        guild_id: string;
        guildId: string;
        mute: boolean;
        op: "voiceUpdate";
        request_to_speak_timestamp: boolean;
        self_deaf: boolean;
        self_mute: boolean;
        self_stream: boolean;
        self_video: boolean;
        session_id: string;
        suppress: boolean;
        user_id: string;
    }
    Index

    Properties

    channel_id: string

    The channel id of the voice state.

    deaf: boolean

    The server deaf status of the voice state.

    The voice state event.

    guild_id: string

    The guild id of the voice state.

    guildId: string

    The guild id of the voice state.

    mute: boolean

    The server mute status of the voice state.

    op: "voiceUpdate"

    The op code for the voice state.

    request_to_speak_timestamp: boolean

    Whatetever the user is requesting to speak in a stage channel.

    self_deaf: boolean

    The self mute status of the voice state.

    self_mute: boolean

    The self video status of the voice state.

    self_stream: boolean

    The self stream status of the voice state.

    self_video: boolean

    The self video status of the voice state.

    session_id: string

    The session id of the voice state.

    suppress: boolean

    The suppress status of the voice state stage channel.

    user_id: string

    The user id of the voice state.