apid_telegram_bot/types/web_app/
mod.rs

1pub use web_app_data::*;
2pub use web_app_info::*;
3
4mod web_app_data;
5mod web_app_info;