Skip to content

getChatMessageCalendar

Function · TDLib 1.8.67 · d1085f9c

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"

getChatMessageCalendar(
  chat_id: int53,
  topic_id: MessageTopic,
  filter: SearchMessagesFilter,
  from_message_id: int53
) → MessageCalendar

chat_id

int53

Identifier of the chat in which to return information about messages

topic_id

MessageTopic

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

filter

SearchMessagesFilter

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

from_message_id

int53

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