Skip to main content

Module client

Module client 

Source
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§

EventHandler
Event handler trait for processing gateway events.