mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-04-24 02:42:28 +00:00
build fix
This commit is contained in:
@@ -156,7 +156,7 @@ suspend fun main(vararg args: String) {
|
||||
isAnonymous = false,
|
||||
replyParameters = ReplyParameters(it),
|
||||
correctOptionIds = correctAnswer.sorted(),
|
||||
allowMultipleAnswers = correctAnswer.size > 1,
|
||||
allowsMultipleAnswers = correctAnswer.size > 1,
|
||||
allowsRevoting = true,
|
||||
shuffleOptions = true,
|
||||
hideResultsUntilCloses = true,
|
||||
|
||||
Reference in New Issue
Block a user