mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-02-17 04:01:50 +00:00
8.0 KiB
8.0 KiB
//docs/dev.inmo.tgbotapi.requests.send.polls/SendPoll
SendPoll
[common] sealed class SendPoll : SendMessageRequest<ContentMessage<PollContent>> , ReplyingMarkupSendMessageRequest<ContentMessage<PollContent>>
Functions
Name | Summary |
---|---|
method | [common] Content open override fun method(): String |
Properties
Name | Summary |
---|---|
allowSendingWithoutReply | [common] abstract val allowSendingWithoutReply: Boolean? |
chatId | [common] abstract val chatId: ChatIdentifier |
closeInfo | [common] open val closeInfo: ScheduledCloseInfo? |
disableNotification | [common] abstract val disableNotification: Boolean |
isAnonymous | [common] abstract val isAnonymous: Boolean |
isClosed | [common] abstract val isClosed: Boolean |
options | [common] abstract val options: List<String> |
question | [common] abstract val question: String |
replyMarkup | [common] abstract val replyMarkup: KeyboardMarkup? |
replyToMessageId | [common] abstract val replyToMessageId: MessageIdentifier? |
requestSerializer | [common] abstract val requestSerializer: <*> |
resultDeserializer | [common] open override val resultDeserializer: <ContentMessage<PollContent>> |
type | [common] abstract val type: String |
Inheritors
Name |
---|
SendRegularPoll |
SendQuizPoll |