Skip to main content

Crate wechat_agent_rs

Crate wechat_agent_rs 

Source

Re-exports§

pub use bot::login;
pub use bot::start;
pub use errors::Error;
pub use errors::Result;
pub use models::Agent;
pub use models::ChatRequest;
pub use models::ChatResponse;
pub use models::IncomingMedia;
pub use models::LoginOptions;
pub use models::MediaType;
pub use models::OutgoingMedia;
pub use models::OutgoingMediaType;
pub use models::StartOptions;

Modules§

api
HTTP client for the WeChat iLink Bot API.
bot
Login and startup orchestration.
errors
Error types used throughout the SDK.
media
Media upload, download, and AES encryption utilities.
models
Data models for chat requests, responses, and agent traits.
runtime
Long-polling message loop and message processing.
storage
Local filesystem persistence for account credentials and state.