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::net::client_from_env;