mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
895 B
895 B
title | description |
---|---|
updateBotCallbackQuery | updateBotCallbackQuery attributes, type and example |
Constructor: updateBotCallbackQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Required |
user_id | int | Required |
peer | Peer | Required |
msg_id | int | Required |
chat_instance | long | Required |
data | bytes | Optional |
game_short_name | string | Optional |
Type: Update
Example:
$updateBotCallbackQuery = ['_' => 'updateBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'peer' => Peer, 'msg_id' => int, 'chat_instance' => long, 'data' => bytes, 'game_short_name' => string, ];