telegram_bot_api/
lib.rs

1/// Telegram Bot API.
2pub mod bot;
3/// Available methods
4pub mod methods;
5/// Available types
6pub mod types;