1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-04-16 23:12:33 +00:00

fix name of allowMultipleAnswers to allowsMultipleAnswers

This commit is contained in:
2026-04-16 13:02:10 +06:00
parent 4a0b890697
commit 83de9fd973
11 changed files with 223 additions and 204 deletions

View File

@@ -21,7 +21,7 @@ val Poll.type: String
}
@RiskFeature(RawFieldsUsageWarning)
val Poll.allows_multiple_answers: Boolean
get() = allowMultipleAnswers
get() = allowsMultipleAnswers
@RiskFeature(RawFieldsUsageWarning)
val Poll.correct_option_id: List<Int>?
get() = asQuizPoll() ?.correctOptionIds