interface APIVoiceState
extends
APIBaseVoiceStateexport interface APIVoiceState extends APIBaseVoiceState
See also: https://discord.com/developers/docs/resources/voice#voice-state-object
The channel id this user is connected to
Inherited from: v10/APIBaseVoiceState
optionalSnowflake guild_id? :
The guild id this voice state is for
optionalAPIGuildMember member? :
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
optionalboolean self_stream? :
Whether this user is streaming using "Go Live"
Inherited from: v10/APIBaseVoiceState
boolean suppress :
Whether this user is muted by the current user
Inherited from: v10/APIBaseVoiceState