telers 1.0.0-beta.2

An asynchronous framework for Telegram Bot API written in Rust
Documentation
1
2
3
4
5
pub mod chat_id;
pub mod input_file;

pub use chat_id::*;
pub use input_file::*;