teloxide/src/prelude.rs

8 lines
118 B
Rust
Raw Normal View History

2020-01-29 19:11:52 +01:00
//! Commonly used items.
pub use crate::{
dispatching::{Dispatcher, HandlerCtx},
types::Message,
Bot,
};