dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
VoiceIdentifyPacket
dscord
voice
packets
Undocumented in source.
class
VoiceIdentifyPacket :
BasePacket
,
Serializable
{
Snowflake
serverID
;
Snowflake
userID
;
string
sessionID
;
string
token
;
this
(Snowflake server, Snowflake user, string session, string token);
JSONValue
serialize
();
}
Constructors
this
this
(Snowflake server, Snowflake user, string session, 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.
Variables
serverID
Snowflake
serverID
;
Undocumented in source.
sessionID
string
sessionID
;
Undocumented in source.
token
string
token
;
Undocumented in source.
userID
Snowflake
userID
;
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
voice
packets
classes
VoiceHeartbeatPacket
VoiceIdentifyPacket
VoiceReadyPacket
VoiceSelectProtocolPacket
VoiceSessionDescriptionPacket
VoiceSpeakingPacket
enums
VoiceOPCode