Discord.https - v3.0.16
    Preparing search index...

    Interface RPCVoiceStateCreateDispatchData

    interface RPCVoiceStateCreateDispatchData {
        mute: boolean;
        nick: string;
        pan: RPCVoicePan;
        user: APIUser;
        voice_state: Pick<
            APIVoiceState,
            "deaf"
            | "mute"
            | "self_deaf"
            | "self_mute"
            | "suppress",
        >;
        volume: number;
    }
    Index

    Properties

    mute: boolean

    Is user muted for the client user

    nick: string

    Nickname of user

    Pan of user

    user: APIUser

    User who joined voice channel

    voice_state: Pick<
        APIVoiceState,
        "deaf"
        | "mute"
        | "self_deaf"
        | "self_mute"
        | "suppress",
    >

    Voice state of user

    volume: number

    Volume of user