dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
VoiceStateUpdatePacket
dscord
gateway
packets
Undocumented in source.
class
VoiceStateUpdatePacket :
BasePacket
,
Serializable
{
Snowflake
guildID
;
Snowflake
channelID
;
bool
self_mute
;
bool
self_deaf
;
this
(Snowflake guild_id, Snowflake channel_id, bool self_mute, bool self_deaf);
VibeJSON
serialize
();
}
Constructors
this
this
(Snowflake guild_id, Snowflake channel_id, bool self_mute, bool self_deaf)
Undocumented in source.
Members
Functions
serialize
VibeJSON
serialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channelID
Snowflake
channelID
;
Undocumented in source.
guildID
Snowflake
guildID
;
Undocumented in source.
self_deaf
bool
self_deaf
;
Undocumented in source.
self_mute
bool
self_mute
;
Undocumented in source.
Inherited Members
From BasePacket
op
OPCode
op
;
Undocumented in source.
data
VibeJSON
data
;
Undocumented in source.
raw
VibeJSON
raw
;
Undocumented in source.
serialize
VibeJSON
serialize
(ushort op, VibeJSON data)
Undocumented in source. Be warned that the author may not have intended to support it.
From Serializable
serialize
VibeJSON
serialize
()
Undocumented in source.
Meta
Source
See Implementation
dscord
gateway
packets
classes
BasePacket
HeartbeatPacket
IdentifyPacket
RequestGuildMembers
ResumePacket
StatusUpdate
VoiceStateUpdatePacket
enums
OPCode
interfaces
Deserializable
Serializable