PollContent

@Serializable
data class PollContent(val poll: Poll) : MessageContent

Constructors

Link copied to clipboard
constructor(poll: Poll)

Properties

Link copied to clipboard
val poll: Poll

Functions

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