tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
//! Types related to shipping information.

mod address;
mod option;
pub mod query;

pub use {address::*, option::*, query::Query};