tbot 0.5.0

Make cool Telegram bots with Rust easily.
Documentation
//! Types representing keyboards, e.g. inline keyboards.

mod any;
mod force_reply;
pub mod inline;
pub mod reply;

pub use {any::Any, force_reply::ForceReply};