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

AnonymousPollOption renamed to SimplePollOption

This commit is contained in:
2020-01-23 20:11:24 +06:00
parent 00886dcfb7
commit b9ab7f2955
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
* `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
* `AnonymousPollOption` was renamed to `SimplePollOption`
* `SendPoll` was rewritten as sealed class
* `SendRegularPoll` was created and represent `sendPoll` method with type `regular`
* `SendQuizPoll` was created and represent `sendPoll` method with type `quiz`