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.
type tg.SearchResultsCalendarPeriod struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Date | int | yes | The day this object is referring to. |
MinMsgID | int | yes | First message ID that was sent on this day. |
MaxMsgID | int | yes | Last message ID that was sent on this day. |
Count | int | yes | All messages that were sent on this day. |
References
- Official documentation
- Generated Go reference
- TL definition:
searchResultsCalendarPeriod#c9b0539f