tbot 0.2.2

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

media_message! {
    struct Text {
        /// The text of the message.
        text: message::Text,
    } -> EventLoop::text

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