Link Search Menu Expand Document

Constructor: updateInlineBotCallbackQuery

Back to constructors index

This notification is received by bots when a button is pressed

Attributes:

NameTypeRequiredDescription
query_idlongYesQuery ID
user_idlongYesID of the user that pressed the button
msg_idInputBotInlineMessageIDYesID of the inline message with the button
chat_instancelongYesGlobal identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.
databytesOptionalData associated with the callback button. Be aware that a bad client can send arbitrary data in this field.
game_short_namestringOptionalShort name of a Game to be returned, serves as the unique identifier for the game

Type: Update

Example:

$updateInlineBotCallbackQuery = ['_' => 'updateInlineBotCallbackQuery', 'query_id' => long, 'user_id' => long, 'msg_id' => InputBotInlineMessageID, 'chat_instance' => long, 'data' => 'bytes', 'game_short_name' => 'string'];