859 B
859 B
title | description |
---|---|
updateBotCallbackQuery | updateBotCallbackQuery attributes, type and example |
Constructor: updateBotCallbackQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Yes |
user_id | int | Yes |
peer | Peer | Yes |
msg_id | int | Yes |
data | bytes | Yes |
Type: Update
Example:
$updateBotCallbackQuery = ['_' => 'updateBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'peer' => Peer, 'msg_id' => int, 'data' => bytes, ];
Or, if you're into Lua:
updateBotCallbackQuery={_='updateBotCallbackQuery', query_id=long, user_id=int, peer=Peer, msg_id=int, data=bytes, }