teloxide 0.12.0

An elegant Telegram bots framework for Rust
Documentation
//! Some useful utilities.

pub mod command;
pub mod html;
pub mod markdown;
pub(crate) mod shutdown_token;

pub use teloxide_core::net::client_from_env;