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