tbot 0.3.0

Make cool Telegram bots with Rust easily.
Documentation
1
2
3
4
5
6
7
//! Types related to shipping information.

mod address;
mod option;
pub mod query;

pub use {address::Address, option::Option, query::Query};