TDLib v0.0.2 TDLib.Method.GetChatMessageByDate View Source

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

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

More details on telegram’s documentation.