View Source ExTDLib.Method.GetMessageLocally (ExTDLib v0.0.4)

Returns information about a message, if it is available without sending network request. This is an offline request. Returns object_ptr<Message>.

NameTypeDescription
chat_idstringIdentifier of the chat the message belongs to.
message_idstringIdentifier of the message to get.

More details on telegram's documentation.