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

    Interface RPCVoiceStateUpdateDispatchData

    interface RPCVoiceStateUpdateDispatchData {
        mute: boolean;
        nick: string;
        pan: RPCVoicePan;
        user: APIUser;
        voice_state: APIVoiceState;
        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: APIVoiceState

    Voice state of user

    volume: number

    Volume of user