Expand description
Payloads for sending commands to and receiving events from the Discord Gateway API.
An example of an incoming event might be RoleCreate
while an outgoing
event might be UpdateVoiceState
.
Refer to Discord Docs / Commands and Events for Discord’s documentation about incoming and outgoing events.