tbot 0.2.1

Make cool Telegram bots with Rust easily.
Documentation
1
2
3
4
5
6
7
//! Types representing errors.

mod download;
mod method_call;
mod webhook;

pub use {download::*, method_call::*, webhook::*};