tbot 0.2.2

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

media_message! {
    struct Venue {
        /// The venue.
        venue: types::Venue,
    } -> EventLoop::venue

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