tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
callback! {
    struct DataCallback {
        /// Data from the callback.
        data: String,
    } -> EventLoop::data_callback
}