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>.

NameTypeDescription
chat_idstringIdentifier of the chat the message belongs to.
message_idstringMessage identifier.
callback_query_idstringIdentifier of the callback query.

More details on telegram's documentation.