open-lark 0.14.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
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;