teloxide 0.11.0

An elegant Telegram bots framework for Rust
Documentation
1
2
3
4
5
6
7
REPLs are meant only for simple bots and rapid prototyping.
If you need to supply dependencies or describe more complex dispatch logic, please use [`Dispatcher`].
See also: ["Dispatching or REPLs?"](dispatching/index.html#dispatching-or-repls).

[`Dispatcher`]: crate::dispatching::Dispatcher

All errors from the handler and update listener will be logged.