GameContent

@Serializable
data class GameContent(val game: Game) : MessageContent

Constructors

Link copied to clipboard
constructor(game: Game)

Properties

Link copied to clipboard
val game: Game

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