OpCode
The discord gateway event.
Entries
Link copied to clipboard
Connection heartbeat, requesting a OpCode.HEARTBEAT_ACK.
Link copied to clipboard
Called after OpCode.HELLO is received if this is a new session.
Link copied to clipboard
Received when a user presence or status update has occurred.
Link copied to clipboard
Received when a user join/leaves/moves voice servers.
Link copied to clipboard
Called after OpCode.HELLO is received if this is an existing session.
Link copied to clipboard
Sent to the server to request guild members chunks be sent.
Link copied to clipboard
The gateway session is invalid and should be reestablished.
Link copied to clipboard
Acknowledgement of a OpCode.HEARTBEAT.