See: Description
| Interface | Description |
|---|---|
| PayloadData |
Marker interface for any payload event data contained within the "d" field of a
GatewayPayload. |
| Class | Description |
|---|---|
| GatewayPayload<T extends PayloadData> |
Basic structure a Discord gateway payload object.
|
| Heartbeat | |
| Hello | |
| Identify | |
| IdentifyProperties | |
| InvalidSession | |
| Opcode<T extends PayloadData> | |
| RequestGuildMembers | |
| Resume | |
| StatusUpdate | |
| StatusUpdate.Game | |
| VoiceStateUpdate |