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