tbot 0.2.2

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

media_message! {
    struct Location {
        /// The location.
        location: types::Location,
    } -> EventLoop::location

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