InaccessibleMessageGameShortNameCallbackQuery
data class InaccessibleMessageGameShortNameCallbackQuery(val id: CallbackQueryId, val from: CommonUser, val chatInstance: String, val message: InaccessibleMessage, val gameShortName: String) : GameShortNameCallbackQuery, InaccessibleMessageCallbackQuery
Constructors
Link copied to clipboard
constructor(id: CallbackQueryId, from: CommonUser, chatInstance: String, message: InaccessibleMessage, gameShortName: String)
Properties
Functions
Link copied to clipboard
fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery