InlineMessageIdDataCallbackQuery

@Serializable
data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryIdentifier, val from: CommonUser, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery

Constructors

Link copied to clipboard
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)

Properties

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

The source User of this type

Link copied to clipboard
open override val id: CallbackQueryIdentifier
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