messages.searchResultsCalendar#147ee23c flags:# inexact:flags.0?true count:int min_date:int min_msg_id:int offset_id_offset:flags.1?int periods:Vector<SearchResultsCalendarPeriod> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SearchResultsCalendar;
| Name | Type | Description |
|---|---|---|
| flags | # | Bit mask: a field written flags.N?T is present only when bit N is set. |
| inexact | flags.0?true | |
| count | int | Total number of records, not the size of this page. |
| min_date | int | |
| min_msg_id | int | |
| offset_id_offset | flags.1?int | |
| periods | Vector<SearchResultsCalendarPeriod> | |
| messages | Vector<Message> | List of messages. |
| chats | Vector<Chat> | Chats and channels referenced by the response — the client should put them in its cache. |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |
messages.SearchResultsCalendar