1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 09:07:47 +01:00
MadelineProto/old_docs/API_docs_v53/constructors/updateBotCallbackQuery.md

728 B

title description
updateBotCallbackQuery updateBotCallbackQuery attributes, type and example

Constructor: updateBotCallbackQuery

Back to constructors index

Attributes:

Name Type Required
query_id long Required
user_id int Required
peer Peer Required
msg_id int Required
data bytes Required

Type: Update

Example:

$updateBotCallbackQuery = ['_' => 'updateBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'peer' => Peer, 'msg_id' => int, 'data' => bytes, ];