Gateway Opcodes
Code | Name | Client Action | Description |
---|---|---|---|
READY |
Ready | Receive | Sent when the WebSocket connection is successfully established. |
HEARTBEAT |
Heartbeat | Send | Sent by the client to indicate that the connection is still active. |
HEARTBEAT_ACK |
Heartbeat Ack | Receive | Sent by the server in response to a HEARTBEAT message from the client. |
PRESENCE_UPDATE |
Presence Update | Send/Receive | Updates the user's presence status. |
CHANNEL_TYPING |
Channel Typing | Send/Receive | Indicates that the user is typing in a specific channel. |
Last modified: 4 days ago