interface APIVoiceState
extends
APIBaseVoiceStateexport 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: v10/APIBaseVoiceState
optionalguild_id? : Snowflake
The guild id this voice state is for
optionalmember? : APIGuildMember
The guild member this voice state is for
Inherited from: v10/APIBaseVoiceState
See also: https://discord.com/developers/docs/resources/guild#guild-member-object
The time at which the user requested to speak
Inherited from: v10/APIBaseVoiceState
optionalself_stream? : boolean
Whether this user is streaming using "Go Live"
Inherited from: v10/APIBaseVoiceState
suppress : boolean
Whether this user is muted by the current user
Inherited from: v10/APIBaseVoiceState