Module event

Source

Re-exports§

pub use self::gateway::GatewayEvent;
pub use self::gateway::GatewayEventDeserializer;

Modules§

gateway

Structs§

DispatchEventWithTypeDeserializer
Deserialize into a DispatchEvent by knowing its event name.
EventConversionError
An error that describes a failure to convert from one event type to another.

Enums§

DispatchEvent
A dispatch event, containing information about a created guild, a member added, etc.
Event
Any type of event that a shard emits.
EventType
The type of an event.