tbot 0.2.2

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

media_message! {
    struct VideoNote {
        /// The video note.
        video_note: types::VideoNote,
    } -> EventLoop::video_note

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