TDLib v0.0.2 TDLib.Object.UpdateNewCallbackQuery View Source
A new incoming callback query; for bots only.
Name | Type | Description |
---|---|---|
id | string | Unique query identifier. |
sender_user_id | number | Identifier of the user who sent the query. |
chat_id | string | Identifier of the chat, in which the query was sent. |
message_id | string | Identifier of the message, from which the query originated. |
chat_instance | string | Identifier that uniquely corresponds to the chat to which the message was sent. |
payload | CallbackQueryPayload | Query payload. |
More details on telegram’s documentation.