tbot 0.5.1

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