View Source ExTDLib.Method.GetCallbackQueryMessage (ExTDLib v0.0.4)
Returns information about a message with the callback button that originated a callback query; for bots only. Returns object_ptr<Message>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat the message belongs to. |
| message_id | string | Message identifier. |
| callback_query_id | string | Identifier of the callback query. |
More details on telegram's documentation.