Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 05:01:40 +06:00 committed by GitHub
parent 4a64bf513a
commit 54a8e5741d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,6 +211,8 @@ async fn main() {
Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), designating a user dialogue, cannot be in an invalid state. See [examples/dialogue_bot](https://github.com/teloxide/teloxide/blob/dev/examples/dialogue_bot/src/main.rs) to see a bit more complicated bot with dialogues.
[See more examples](https://github.com/teloxide/teloxide/tree/dev/examples).
## Recommendations
- Use this pattern: