get_chat_message_calendar


Description:

public async MessageCalendar get_chat_message_calendar (int64 chat_id, MessageTopic topic_id, SearchMessagesFilter filter, int64 from_message_id) throws TDLibError

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"

Parameters:

chat_id

Identifier of the chat in which to return information about messages

topic_id

Pass topic identifier to get the result only in specific topic; pass null to get the result in all topics; forum topics aren't supported

filter

Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function

from_message_id

The message identifier from which to return information about messages; use 0 to get results from the last message