Layer 224
SearchResultsCalendarPeriodObj
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 SearchResultsCalendarPeriodObj constructor obj := &tg.SearchResultsCalendarPeriodObj{ Date: 42, MinMsgId: 42, MaxMsgId: 42, Count: 42, }