mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-04-20 08:49:55 +08:00
10 lines
150 B
Rust
10 lines
150 B
Rust
pub mod files;
|
|
pub mod messages;
|
|
|
|
pub mod all_rooms;
|
|
pub mod online_data;
|
|
|
|
pub type RoomId = i64;
|
|
pub type UserId = i64;
|
|
pub type MessageId = String;
|