1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
updateNewCallbackQuery | Bots only. New incoming callback query | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateNewCallbackQuery
Bots only. New incoming callback query
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int64 | Yes | Unique query identifier |
sender_user_id | int | Yes | Identifier of the user who sent the query |
chat_id | int53 | Yes | Identifier of the chat, in which the query was sent |
message_id | int53 | Yes | Identifier of the message, from which the query is originated |
chat_instance | int64 | Yes | Identifier, uniquely corresponding to the chat a message was sent to |
payload | CallbackQueryPayload | Yes | Query payload |