1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-04 21:35:44 +00:00

extend polls

This commit is contained in:
2020-01-23 16:36:25 +06:00
parent 229334e781
commit 423efafa04
3 changed files with 110 additions and 8 deletions

View File

@@ -2,6 +2,11 @@
## 0.23.0 TelegramBotAPI 4.6
* `Poll` now is sealed class
* `RegularPoll` type was added to represent polls with type `regular`
* `QuizPoll` type was added to represent polls with type `quiz`
* `UnknownPollType` type was added to represent polls which are unknown in current version
## 0.22.0
* **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`**