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: APIBaseVoiceState
optionalguild_id? : Snowflake
The guild id this voice state is for
optionalmember? : 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
optionalself_stream? : boolean
Whether this user is streaming using "Go Live"
Inherited from: APIBaseVoiceState