Expand description
Main client implementation for the QQ Guild Bot API.
This module provides the main Client struct that serves as the entry point
for bot applications, handling connections, events, and API interactions.
Structs§
- Client
- Main client for the QQ Guild Bot API.
- Context
- Context passed to event handlers containing API access and bot information.
Traits§
- Event
Handler - Event handler trait for processing gateway events.