tbot 0.2.2

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

mod credentials;
mod data;
pub mod element;
mod file;

pub use {credentials::*, data::*, element::Element, file::*};