dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
ResumePacket
dscord
gateway
packets
Undocumented in source.
class
ResumePacket :
BasePacket
,
Serializable
{
string
token
;
string
sessionID
;
uint
seq
;
this
(string token, string sessionID, uint seq);
VibeJSON
serialize
();
}
Constructors
this
this
(string token, string sessionID, uint seq)
Undocumented in source.
Members
Functions
serialize
VibeJSON
serialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
seq
uint
seq
;
Undocumented in source.
sessionID
string
sessionID
;
Undocumented in source.
token
string
token
;
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