teloxide-ng 0.17.1

An elegant Telegram bots framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Some useful utilities.

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

pub use teloxide_core_ng::net::client_from_env;