mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-02 06:50:06 +00:00
12 lines
1.8 KiB
Markdown
12 lines
1.8 KiB
Markdown
|
//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.send.polls](../index.md)/[SendRegularPoll](index.md)/[SendRegularPoll](-send-regular-poll.md)
|
||
|
|
||
|
|
||
|
|
||
|
# SendRegularPoll
|
||
|
[common]
|
||
|
Content
|
||
|
fun [SendRegularPoll](-send-regular-poll.md)(chatId: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), question: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), options: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>, isAnonymous: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true, isClosed: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, allowMultipleAnswers: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, openPeriod: [LongSeconds](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FLongSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, closeDate: [LongSeconds](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FLongSeconds%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)?, disableNotification: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, replyToMessageId: [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, allowSendingWithoutReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, replyMarkup: [KeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.md)? = null)
|
||
|
|
||
|
|
||
|
|