APIVoiceState
https://discord.com/developers/docs/resources/voice#voice-state-object
Signature
export interface APIVoiceStateProperties
13Methods
0No methods.
Properties
guild_id?: Snowflake;The guild id this voice state is for
channel_id: Snowflake | null;The channel id this user is connected to
user_id: Snowflake;The user id this voice state is for
member?: APIGuildMember;The guild member this voice state is for See https://discord.com/developers/docs/resources/guild#guild-member-object
session_id: string;The session id for this voice state
deaf: boolean;Whether this user is deafened by the server
mute: boolean;Whether this user is muted by the server
self_deaf: boolean;Whether this user is locally deafened
self_mute: boolean;Whether this user is locally muted
self_stream?: boolean;Whether this user is streaming using "Go Live"
self_video: boolean;Whether this user's camera is enabled
suppress: boolean;Whether this user is muted by the current user
request_to_speak_timestamp: string | null;The time at which the user requested to speak