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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user