mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update README.md
This commit is contained in:
parent
4a64bf513a
commit
54a8e5741d
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue