1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-12-02 06:50:06 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.md
2021-03-17 15:18:37 +00:00

1.8 KiB

//docs/dev.inmo.tgbotapi.requests.send.polls/SendRegularPoll/SendRegularPoll

SendRegularPoll

[common]
Content
fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)