export interface APIVoiceState
https://discord.com/developers/docs/resources/voice#voice-state-object
boolean deaf :
Whether this user is deafened by the server
optionalSnowflake guild_id? :
The guild id this voice state is for
optionalAPIGuildMember member? :
The guild member this voice state is forSee https://discord.com/developers/docs/resources/guild#guild-member-object
boolean mute :
Whether this user is muted by the server
boolean self_deaf :
Whether this user is locally deafened
boolean self_mute :
Whether this user is locally muted
optionalboolean self_stream? :
Whether this user is streaming using "Go Live"
boolean self_video :
Whether this user's camera is enabled
string session_id :
The session id for this voice state
boolean suppress :
Whether this user is muted by the current user
Snowflake user_id :
The user id this voice state is for