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

add openPeriodPollSecondsLimit and checks

This commit is contained in:
2020-04-24 19:46:47 +06:00
parent fbb2758bdb
commit 830ca8122d
3 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* `openPeriodField`
* `closeDateField`
* Field `SendPoll#closeInfo` was added
* Range `openPeriodPollSecondsLimit` was added and used in all `SendPoll` requests for checking income data
* `SendQuizPoll` now able to use fields `caption` and `parseMode` for `explanation` functionality
* `quizPollExplanationLimit` was added for checking `QuizPoll` explanation size
* Field `TextLinkTextSource#url` was added