Layer 220
SearchResultsCalendarPeriod
Information about found messages sent on a specific day, used to split the messages in messages. search Results Calendar constructors by days.
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Date | int | The day this object is referring to. |
| MinMsgId | int | First message ID that was sent on this day. |
| MaxMsgId | int | Last message ID that was sent on this day. |
| Count | int | All messages that were sent on this day. |
Returns
SearchResultsCalendarPeriodGogram Example
// Creating SearchResultsCalendarPeriod constructor obj := &tg.SearchResultsCalendarPeriod{ Date: 0, MinMsgId: 0, MaxMsgId: 0, Count: 0, }