View Source ExTDLib.Object.UpdateNewCallbackQuery (ExTDLib v0.0.4)
A new incoming callback query; for bots only.
| Name | Type | Description |
|---|---|---|
| id | string | Unique query identifier. |
| sender_user_id | string | Identifier of the user who sent the query. |
| chat_id | string | Identifier of the chat where 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.