mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-04-20 11:39:54 +08:00
9 lines
160 B
Rust
9 lines
160 B
Rust
pub mod api;
|
|
pub mod messages;
|
|
pub mod status;
|
|
|
|
pub type GroupId = String;
|
|
pub type ConverseId = String;
|
|
pub type UserId = String;
|
|
pub type MessageId = String;
|