1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-07 14:55:55 +00:00

updates in long polling methods

This commit is contained in:
2021-01-09 22:10:38 +06:00
parent 7aa3ff180e
commit 0320da7614
3 changed files with 39 additions and 3 deletions

View File

@@ -7,6 +7,10 @@
* `Behaviour Builder`:
* Extension `TelegramBot#buildBehaviour` have changed its return value: now it is `Job` instead of
`FlowsUpdatesFilter`
* `Utils`
* New extensions `TelegramBot#longPolling` were added as new recommended way to start getting updates via long
polling
* Old extensions `RequestsExecutor#startGettingFlowsUpdatesByLongPolling` has been deprecated
## 0.30.13