1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:58:06 +01:00
MadelineProto/old_docs/API_docs_v55/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, ];