VoiceState

The voice state packet.

Signature

export interface VoiceState

Properties

op: "voiceUpdate";

The op code for the voice state.

@type{string}
guildId: string;

The guild id of the voice state.

@type{string}
guild_id: string;

The guild id of the voice state.

@type{string}
user_id: string;

The user id of the voice state.

@type{string}
session_id: string;

The session id of the voice state.

@type{string}
channel_id: string;

The channel id of the voice state.

@type{string}
mute: boolean;

The server mute status of the voice state.

@type{boolean}
deaf: boolean;

The server deaf status of the voice state.

@type{boolean}
self_deaf: boolean;

The self deaf status of the voice state.

@type{boolean}
self_mute: boolean;

The self mute status of the voice state.

@type{boolean}
self_video: boolean;

The self video status of the voice state.

@type{boolean}
self_stream: boolean;

The self stream status of the voice state.

@type{boolean}
request_to_speak_timestamp: boolean;

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

@type{boolean}
suppress: boolean;

The suppress status of the voice state stage channel.

@type{boolean}