teloxide 0.8.0

An elegant Telegram bots framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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;

#[cfg(feature = "frunk")]
pub use up_state::UpState;