telegram-bot-api 0.1.2

Rust bindings for the Telegram Bot API
Documentation
1
2
3
4
5
6
/// Telegram Bot API.
pub mod bot;
/// Available methods
pub mod methods;
/// Available types
pub mod types;