Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
const ( // Heartbeat maintains an active gateway connection Heartbeat Type = 1 // Identify triggers the initial handshake with the gateway Identify Type = 2 // RequestGuildMembers requests members for a guild RequestGuildMembers Type = 8 // Resume resumes a dropped gateway connection Resume Type = 6 // UpdatePresence updates a client's presence UpdatePresence Type = 3 // UpdateVoiceState joins, moves, or disconnects the client from a voice channel UpdateVoiceState Type = 4 )
Click to show internal directories.
Click to hide internal directories.