ferrisgram 0.2.1

An elegent rust client for the Telegram Bot API.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod context;
pub mod dispatcher;
pub mod filters;
pub mod handler;
pub mod handlers;
pub mod updater;
pub use context::Context;
pub use dispatcher::Dispatcher;
pub use handler::Handler;
pub use updater::Updater;