botx_api/bot/models/
mod.rs1pub mod command_request;
2pub use command_request::*;
3
4pub mod attachment;
5pub use attachment::*;
6
7pub mod command_data;
8pub use command_data::*;
9
10pub mod chat_type;
11pub use chat_type::*;
12
13pub mod from;
14pub use from::*;
15
16pub mod command_entities;
17pub use command_entities::*;
18
19pub mod command_body;
20pub use command_body::*;
21
22pub mod command_type;
23pub use command_type::*;
24
25pub mod notification_callback_request;
26pub use notification_callback_request::*;
27
28pub mod status_request;
29pub use status_request::*;