tbot 0.5.0

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 { }
    }
}