MessageGameShortNameCallbackQuery

data class MessageGameShortNameCallbackQuery(val id: CallbackQueryId, val from: CommonUser, val chatInstance: String, val message: ContentMessage<MessageContent>, val gameShortName: String) : GameShortNameCallbackQuery, MessageCallbackQuery

Constructors

Link copied to clipboard
constructor(id: CallbackQueryId, from: CommonUser, chatInstance: String, message: ContentMessage<MessageContent>, gameShortName: String)

Properties

Link copied to clipboard
open override val chatInstance: String
Link copied to clipboard
open override val from: CommonUser

The source User of this type

Link copied to clipboard
open override val gameShortName: String
Link copied to clipboard
open override val id: CallbackQueryId
Link copied to clipboard
Link copied to clipboard
open override val user: CommonUser

Functions

Link copied to clipboard
fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery