SearchResultsCalendarPeriod#

class pyrogram.raw.types.SearchResultsCalendarPeriod#

Information about found messages sent on a specific day, used to split the messages in messages.searchResultsCalendar constructors by days. Multiple searchResultsCalendarPeriod constructors are returned in messages.searchResultsCalendar, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day.

Constructor of SearchResultsCalendarPeriod.

Details:
  • Layer: 220

  • ID: C9B0539F

Parameters:
date (int 32-bit):

The day this object is referring to.

min_msg_id (int 32-bit):

First message ID that was sent on this day.

max_msg_id (int 32-bit):

Last message ID that was sent on this day.

count (int 32-bit):

All messages that were sent on this day.