Modules§
Structs§
- Connection
- A websocket connection.
- Connection
Messanger
Enums§
- Authentication
- A value that can be used to authenticate on the websocket, either as a bot or as a non-bot user.
- Connection
Message - A message to a
Connection
- Events
Error - Errors that can occur while working with ws messages / events.
Traits§
- Context
- Trait implemented on types that can be passed as a context to
Connection::run
, but not necessary forRawEventHandler::Context
- RawEvent
Handler