tbot 0.2.2

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

media_message! {
    struct Invoice {
        /// The invoice.
        invoice: types::Invoice,
    } -> EventLoop::invoice

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