726 B
726 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 = ['query_id' => long, 'user_id' => int, 'msg_id' => InputBotInlineMessageID, 'chat_instance' => long, 'data' => bytes, 'game_short_name' => string, ];