APIVoiceState

export interface APIVoiceState extends APIBaseVoiceState, APIVoiceStateMember
export interface APIVoiceState extends APIBaseVoiceState, APIVoiceStateMember
channel_id:Snowflake | null
The channel id this user is connected to
Inherited from APIBaseVoiceState
deaf:boolean
Whether this user is deafened by the server
Inherited from APIBaseVoiceState
guild_id?:Snowflake
The guild id this voice state is for
The guild member this voice state is for
Remarks
The member field will have joined_at set to null if the member was invited as a guest.
Inherited from APIVoiceStateMember
mute:boolean
Whether this user is muted by the server
Inherited from APIBaseVoiceState
request_to_speak_timestamp:string | null
The time at which the user requested to speak
Inherited from APIBaseVoiceState
self_deaf:boolean
Whether this user is locally deafened
Inherited from APIBaseVoiceState
self_mute:boolean
Whether this user is locally muted
Inherited from APIBaseVoiceState
self_stream?:boolean
Whether this user is streaming using "Go Live"
Inherited from APIBaseVoiceState
self_video:boolean
Whether this user's camera is enabled
Inherited from APIBaseVoiceState
session_id:string
The session id for this voice state
Inherited from APIBaseVoiceState
suppress:boolean
Whether this user is muted by the current user
Inherited from APIBaseVoiceState
user_id:Snowflake
The user id this voice state is for
Inherited from APIBaseVoiceState