DiceContent

@Serializable
data class DiceContent(val dice: Dice) : MessageContent

Constructors

Link copied to clipboard
constructor(dice: Dice)

Properties

Link copied to clipboard
val dice: Dice

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<DiceContent>>