MadelineProto/docs/API_docs/constructors/updateInlineBotCallbackQuery.md
2016-12-20 13:32:11 +01:00

921 B

title description
updateInlineBotCallbackQuery updateInlineBotCallbackQuery attributes, type and example

Constructor: updateInlineBotCallbackQuery

Back to constructors index

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, ];