tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
media_message! {
    struct ConnectedWebsite {
        /// The connected website.
        website: String,
    } -> EventLoop::connected_website

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