GetChatMessageCalendar constructor

GetChatMessageCalendar(
  1. {required int chat_id,
  2. required SearchMessagesFilter filter,
  3. required int from_message_id,
  4. int? extra,
  5. int? clientId}
)

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 MessageCalendar

Implementation

GetChatMessageCalendar