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

update pollQuestionTextLength

This commit is contained in:
2020-11-05 01:15:03 +06:00
parent 201def826e
commit 53b8cc4625
2 changed files with 2 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ val invoiceDescriptionLimit = 1 until 256
val invoicePayloadBytesLimit = 1 until 128
val pollOptionTextLength = 1 .. 100
val pollQuestionTextLength = 1 until 256
val pollQuestionTextLength = 1 .. 300
val pollOptionsLimit = 2 .. 10
val livePeriodLimit = 60 .. 86400