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.
생성자 스키마는 레이어 134부터 사용할 수 있습니다. 전환 »
| Name | Type | Description |
|---|---|---|
| date | int | The day this object is referring to. |
| min_msg_id | int | First message ID that was sent on this day. |
| max_msg_id | int | Last message ID that was sent on this day. |
| count | int | All messages that were sent on this day. |
Information about found messages sent on a specific day