tbot 0.5.0

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