tbot 0.5.0

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

media_message! {
    struct Poll {
        /// The poll.
        poll: types::Poll,
    } -> EventLoop::poll

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