@typed-discord/rest
    Preparing search index...

    Interface VoiceStateResponse

    interface VoiceStateResponse {
        channel_id: `${bigint}` | null;
        deaf: boolean;
        guild_id: `${bigint}` | null;
        member?: GuildMemberResponse;
        mute: boolean;
        request_to_speak_timestamp: string | null;
        self_deaf: boolean;
        self_mute: boolean;
        self_stream: boolean | null;
        self_video: boolean;
        session_id: string;
        suppress: boolean;
        user_id: `${bigint}`;
    }
    Index

    Properties

    channel_id: `${bigint}` | null
    deaf: boolean
    guild_id: `${bigint}` | null
    mute: boolean
    request_to_speak_timestamp: string | null
    self_deaf: boolean
    self_mute: boolean
    self_stream: boolean | null
    self_video: boolean
    session_id: string
    suppress: boolean
    user_id: `${bigint}`