tbot 0.5.0

Make cool Telegram bots with Rust easily.
Documentation
//! Types related to callbacks.

mod game;
pub mod query;

pub use {
    game::Game,
    query::{Kind, Origin, Query},
};