Merge pull request #5 from y9Kap/master

Update updates-with-flows.md
This commit is contained in:
InsanusMokrassar 2023-09-02 03:03:18 +06:00 committed by GitHub
commit 78905e5aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Updates with flows
# Updates with flows
Of course, in most cases here we will look up the way of using [utils extnsions](https://github.com/InsanusMokrassar/TelegramBotAPI/tree/master/tgbotapi.utils/), but you may read deeper about updates retrieving [here](https://bookstack.inmo.dev/books/telegrambotapi/chapter/updates-retrieving).
## Phylosophy of `Flow` updates retrieving
@ -53,5 +53,5 @@ This example looks like the example above with three steps, but there are severa
As a result you can start listen updates and react on it. Next recommended articles:
* [Behaviour Builder](https://bookstack.inmo.dev/books/telegrambotapi/page/behaviour-builder) as a variant of asynchronous handling of your bot logic
* [FSM variant of Behaviour Builder](https://bookstack.inmo.dev/books/telegrambotapi/page/behaviour-builder-with-fsm)
* [Behaviour Builder](https://docs.inmo.dev/tgbotapi/logic/behaviour-builder.html) as a variant of asynchronous handling of your bot logic
* [FSM variant of Behaviour Builder](https://docs.inmo.dev/tgbotapi/logic/behaviour-builder-with-fsm.html)