View Source ExTDLib.Method.GetChatMessageCalendar (ExTDLib v0.0.4)
Returns information about the next messages of the specified type in the chat split by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset". Returns object_ptr<MessageCalendar>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat in which to return information about messages. |
| filter | SearchMessagesFilter | Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function. |
| from_message_id | string | The message identifier from which to return information about messages; use 0 to get results from the last message. |
More details on telegram's documentation.