mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
765 B
765 B
Constructor: updateInlineBotCallbackQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Required |
user_id | int | Required |
msg_id | InputBotInlineMessageID | Required |
chat_instance | long | Required |
data | bytes | Optional |
game_short_name | string | Optional |
Type: Update
Example:
$updateInlineBotCallbackQuery = ['_' => updateInlineBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'msg_id' => InputBotInlineMessageID, 'chat_instance' => long, 'data' => bytes, 'game_short_name' => string, ];