openlark 0.15.0

飞书开放平台 Rust SDK - 企业级高覆盖率 API 客户端,极简依赖一条命令
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! IM 模块单元测试
//!
//! 提供即时消息模块的全面测试覆盖,包括:
//! - 消息发送和接收
//! - 消息类型和格式验证  
//! - 聊天管理
//! - 文件和图片处理
//! - 错误处理

pub mod message_tests;
pub mod models_tests;
pub mod chat_tests;
pub mod message_content_tests;
pub mod builder_tests;
pub mod integration_tests;