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

Returns the last message sent in a chat no later than the specified date. Returns object_ptr<Message>.

NameTypeDescription
chat_idstringChat identifier.
datenumberPoint in time (Unix timestamp) relative to which to search for messages.

More details on telegram's documentation.