discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
VoiceState
discord
w
types
https://discordapp.com/developers/docs/resources/voice#voice-state-object
struct
VoiceState {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
@
optional
Snowflake
guild_id
;
Snowflake
channel_id
;
Snowflake
user_id
;
string
session_id
;
bool
deaf
;
bool
mute
;
bool
self_deaf
;
bool
self_mute
;
bool
suppress
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
channel_id
Snowflake
channel_id
;
Undocumented in source.
deaf
bool
deaf
;
Undocumented in source.
guild_id
Snowflake
guild_id
;
Undocumented in source.
mute
bool
mute
;
Undocumented in source.
self_deaf
bool
self_deaf
;
Undocumented in source.
self_mute
bool
self_mute
;
Undocumented in source.
session_id
string
session_id
;
Undocumented in source.
suppress
bool
suppress
;
Undocumented in source.
user_id
Snowflake
user_id
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
types
aliases
SafeTime
enums
ExplicitContentFilterLevel
MFALevel
MessageNotificationLevel
Permissions
VerificationLevel
manifest constants
DiscordCDN
structs
Activity
ApplicationInformation
Attachment
Ban
Channel
Embed
Emoji
Guild
GuildEmbed
GuildMember
Integration
Invite
Message
Overwrite
PartialUser
PresenceUpdate
Reaction
Role
Snowflake
UnavailableGuild
UpdateStatus
User
VoiceRegion
VoiceState
https://discordapp.com/developers/docs/resources/voice#voice-state-object