teloxide 0.8.0

An elegant Telegram bots framework for Rust
Documentation
1
2
3
4
5
6
7
//! REPLs for dispatching updates.

mod commands_repl;
mod repl;

pub use commands_repl::{commands_repl, commands_repl_with_listener};
pub use repl::{repl, repl_with_listener};