interface APIVoiceState
extends
APIBaseVoiceStateexport interface APIVoiceState extends APIBaseVoiceState
See also: https://discord.com/developers/docs/resources/voice#voice-state-objectundefined
The channel id this user is connected to
Inherited from: APIBaseVoiceState
optionalSnowflake guild_id? :
The guild id this voice state is for
optionalAPIGuildMember member? :
The guild member this voice state is for
Inherited from: APIBaseVoiceState
See also: https://discord.com/developers/docs/resources/guild#guild-member-objectundefined
The time at which the user requested to speak
Inherited from: APIBaseVoiceState
optionalboolean self_stream? :
Whether this user is streaming using "Go Live"
Inherited from: APIBaseVoiceState