tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
use crate::types;

media_message! {
    struct Game {
        /// The game.
        game: types::Game,
    } -> EventLoop::game

    fn new() -> Self {
        Self { }
    }
}