interface APIVoiceState

external
export interface APIVoiceState

https://discord.com/developers/docs/resources/voice#voice-state-object

external
channel_id : Snowflake | null

The channel id this user is connected to

external
deaf : boolean

Whether this user is deafened by the server

optionalexternal
guild_id? : Snowflake

The guild id this voice state is for

optionalexternal
member? : APIGuildMember

The guild member this voice state is forSee https://discord.com/developers/docs/resources/guild#guild-member-object

external
mute : boolean

Whether this user is muted by the server

external
request_to_speak_timestamp : string | null

The time at which the user requested to speak

external
self_deaf : boolean

Whether this user is locally deafened

external
self_mute : boolean

Whether this user is locally muted

optionalexternal
self_stream? : boolean

Whether this user is streaming using "Go Live"

external
self_video : boolean

Whether this user's camera is enabled

external
session_id : string

The session id for this voice state

external
suppress : boolean

Whether this user is muted by the current user

external
user_id : Snowflake

The user id this voice state is for