export interface APIVoiceState extends APIBaseVoiceStateSee also: https://discord.com/developers/docs/resources/voice#voice-state-object
The channel id this user is connected to
Inherited from: APIBaseVoiceState
optionalexternalguild_id? : Snowflake
The guild id this voice state is for
optionalexternalmember? : APIGuildMember
The guild member this voice state is for
Inherited from: APIBaseVoiceState
See also: https://discord.com/developers/docs/resources/guild#guild-member-object
The time at which the user requested to speak
Inherited from: APIBaseVoiceState
optionalexternalself_stream? : boolean
Whether this user is streaming using "Go Live"
Inherited from: APIBaseVoiceState
externalsuppress : boolean
Whether this user is muted by the current user
Inherited from: APIBaseVoiceState