tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
callback! {
    struct GameCallback {
        /// The requested game.
        game: String,
    } -> EventLoop::game_callback
}