data class PollContent : MessageContent
(source)
(common)
<init> |
PollContent(poll: Poll) |
(common)
poll |
val poll: Poll |
(common)
createResend |
fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<PollContent>> |