1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

additional KtorUpdatesPoller method

This commit is contained in:
2020-02-06 12:07:23 +06:00
parent f2701b920f
commit ab6688bbaa
3 changed files with 40 additions and 2 deletions

View File

@@ -37,6 +37,11 @@
### 0.23.1
* Versions updates:
* Klock `1.8.6` -> `1.8.7`
* Ktor `1.3.0` -> `1.3.1`
* Now it is possible to get updates by polling with custom executor engine
## 0.22.0
* **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`**