Interface

APIVoiceState

Voice state as returned by Fluxer (GUILD_CREATE.voice_states, VOICE_STATE_UPDATE). Matches fluxer VoiceStateResponse.

Properties

NameTypeDescription
channel_idSnowflake | null
connection_id?string | null
deafboolean
e2ee_capable?booleanTrue when the client advertised E2EE support in IDENTIFY.
guild_id?Snowflake | null
is_mobile?boolean
member?APIGuildMember
muteboolean
self_deafboolean
self_muteboolean
self_stream?boolean
self_video?boolean
session_id?string
suppress?boolean
user_idSnowflake
version?number
viewer_stream_keys?string[] | null