mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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.
|
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
|
## Recommendations
|
||||||
- Use this pattern:
|
- Use this pattern:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue