MadelineProto/old_docs/API_docs_v51/constructors/updateInlineBotCallbackQuery.md

759 B

title description
updateInlineBotCallbackQuery updateInlineBotCallbackQuery attributes, type and example

Constructor: updateInlineBotCallbackQuery

Back to constructors index

Attributes:

Name Type Required
query_id long Required
user_id int Required
msg_id InputBotInlineMessageID Required
data bytes Required

Type: Update

Example:

$updateInlineBotCallbackQuery = ['_' => 'updateInlineBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'msg_id' => InputBotInlineMessageID, 'data' => bytes, ];