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
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| date | number | Point in time (Unix timestamp) relative to which to search for messages. |
More details on telegram’s documentation.