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
58910022f2
commit
1da19f3d30
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
- [API overview](https://github.com/teloxide/teloxide#api-overview)
|
- [API overview](https://github.com/teloxide/teloxide#api-overview)
|
||||||
- [The ping-pong bot](https://github.com/teloxide/teloxide#the-ping-pong-bot)
|
- [The ping-pong bot](https://github.com/teloxide/teloxide#the-ping-pong-bot)
|
||||||
- [Commands](https://github.com/teloxide/teloxide#commands)
|
- [Commands](https://github.com/teloxide/teloxide#commands)
|
||||||
- [Dialogues](https://github.com/teloxide/teloxide#dialogues)
|
- [Dialogues management](https://github.com/teloxide/teloxide#dialogues-management)
|
||||||
- [Recommendations](https://github.com/teloxide/teloxide#recommendations)
|
- [Recommendations](https://github.com/teloxide/teloxide#recommendations)
|
||||||
- [FAQ](https://github.com/teloxide/teloxide#faq)
|
- [FAQ](https://github.com/teloxide/teloxide#faq)
|
||||||
- [Community bots](https://github.com/teloxide/teloxide#community-bots)
|
- [Community bots](https://github.com/teloxide/teloxide#community-bots)
|
||||||
|
@ -184,7 +184,7 @@ async fn main() {
|
||||||
</kbd>
|
</kbd>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Dialogues
|
### Dialogues management
|
||||||
A dialogue is described by an enumeration, where each variant is one of possible dialogue's states. There are also _transition functions_, which turn a dialogue from one state to another, thereby forming an [FSM].
|
A dialogue is described by an enumeration, where each variant is one of possible dialogue's states. There are also _transition functions_, which turn a dialogue from one state to another, thereby forming an [FSM].
|
||||||
|
|
||||||
[FSM]: https://en.wikipedia.org/wiki/Finite-state_machine
|
[FSM]: https://en.wikipedia.org/wiki/Finite-state_machine
|
||||||
|
|
Loading…
Add table
Reference in a new issue