socket-bot/ica-rs/src/data_struct/tailchat.rs
2024-06-28 23:19:10 +08:00

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;