Lavacord
    Preparing search index...

    Interface VoiceStateUpdate

    Voice State Update

    interface VoiceStateUpdate {
        channel_id?: string;
        deaf?: boolean;
        guild_id: string;
        mute?: boolean;
        self_deaf?: boolean;
        self_mute?: boolean;
        session_id: string;
        suppress?: boolean;
        user_id: string;
    }
    Index

    Properties

    channel_id?: string

    channel id

    deaf?: boolean

    Whether the user is deafened or not

    guild_id: string

    Guild id

    mute?: boolean

    Whether the user is muted or not

    self_deaf?: boolean

    Whether the user is self-deafened or not

    self_mute?: boolean

    Whether the user is self-muted or not

    session_id: string

    Session id

    suppress?: boolean

    Whether the user is suppressed

    user_id: string

    User id