InlineMessageIdDataCallbackQuery
data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryId, val from: CommonUser, val chatInstance: String, val inlineMessageId: InlineMessageId, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery
Constructors
Link copied to clipboard
constructor(id: CallbackQueryId, from: CommonUser, chatInstance: String, inlineMessageId: InlineMessageId, data: String)
Properties
Functions
Link copied to clipboard
fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery