dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
IdentifyPacket
dscord
gateway
packets
Undocumented in source.
class
IdentifyPacket :
BasePacket
,
Serializable
{
string
token
;
bool
compress
;
ushort
large_threshold
;
this
(string token);
JSONValue
properties
[@property getter];
JSONValue
serialize
();
}
Constructors
this
this
(string token)
Undocumented in source.
Members
Functions
serialize
JSONValue
serialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
properties
JSONValue
properties
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
compress
bool
compress
;
Undocumented in source.
large_threshold
ushort
large_threshold
;
Undocumented in source.
token
string
token
;
Undocumented in source.
Inherited Members
From BasePacket
op
OPCode
op
;
Undocumented in source.
data
JSONValue
data
;
Undocumented in source.
raw
JSONValue
raw
;
Undocumented in source.
serialize
JSONValue
serialize
(ushort op, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
From Serializable
serialize
JSONValue
serialize
()
Undocumented in source.
Meta
Source
See Implementation
dscord
gateway
packets
classes
BasePacket
HeartbeatPacket
IdentifyPacket
ResumePacket
VoiceStateUpdatePacket
enums
OPCode
interfaces
Serializable