rust-tg-bot-raw 1.0.0-rc.1

Pure Telegram Bot API types and methods for Rust -- a faithful port of python-telegram-bot's core layer
Documentation
1
2
3
4
5
6
/// Callback game type (placeholder for launching a game via inline button).
pub mod callback_game;
/// Game type representing a Telegram game.
pub mod game;
/// Game high score type.
pub mod game_high_score;