1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
updateInlineBotCallbackQuery | Update inline bot callback query | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateInlineBotCallbackQuery
Update inline bot callback query
Attributes:
Name | Type | Required | Description |
---|---|---|---|
query_id | long | Yes | Query ID |
user_id | int | Yes | User ID |
msg_id | InputBotInlineMessageID | Yes | Msg ID |
data | bytes | Yes | Data |
Type: Update
Example:
$updateInlineBotCallbackQuery = ['_' => 'updateInlineBotCallbackQuery', 'query_id' => long, 'user_id' => int, 'msg_id' => InputBotInlineMessageID, 'data' => 'bytes'];
Or, if you're into Lua:
updateInlineBotCallbackQuery={_='updateInlineBotCallbackQuery', query_id=long, user_id=int, msg_id=InputBotInlineMessageID, data='bytes'}