dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
BasePacket
dscord
gateway
packets
Undocumented in source.
class
BasePacket {
OPCode
op
;
JSONValue
data
;
JSONValue
raw
;
JSONValue
serialize
(ushort op, JSONValue data);
}
Members
Functions
serialize
JSONValue
serialize
(ushort op, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
JSONValue
data
;
Undocumented in source.
op
OPCode
op
;
Undocumented in source.
raw
JSONValue
raw
;
Undocumented in source.
Meta
Source
See Implementation
dscord
gateway
packets
classes
BasePacket
HeartbeatPacket
IdentifyPacket
ResumePacket
VoiceStateUpdatePacket
enums
OPCode
interfaces
Serializable