PollContent

data class PollContent(val poll: Poll) : MessageContent

Constructors

Link copied to clipboard
fun PollContent(poll: Poll)

Functions

Link copied to clipboard
open override fun createResend(    chatId: ChatIdentifier,     disableNotification: Boolean,     protectContent: Boolean,     replyToMessageId: MessageId?,     allowSendingWithoutReply: Boolean?,     replyMarkup: KeyboardMarkup?): Request<ContentMessage<PollContent>>

Properties

Link copied to clipboard
val poll: Poll