Returns information about the next messages of the specified type in the chat split by days.
Returns the results in reverse chronological order.
Can return partial results for the last returned day.
Method schema is available as of layer 170. Switch »
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
peer | InputPeer | Peer where to search |
saved_peer_id | flags.2?InputPeer | Search within the saved message dialog » with this ID. |
filter | MessagesFilter | Message filter, inputMessagesFilterEmpty, inputMessagesFilterMyMentions filters are not supported by this method. |
offset_id | int | Offsets for pagination, for more info click here |
offset_date | int | Offsets for pagination, for more info click here |
messages.SearchResultsCalendar
Code | Type | Description |
---|---|---|
400 | FILTER_NOT_SUPPORTED | The specified filter cannot be used in this context. |
400 | PEER_ID_INVALID | The provided peer id is invalid. |
The Saved Messages chat allows users to bookmark messages and media: it's a personal cloud storage for any messages or media you may want to send or forward there.
Filter is absent.
Return only messages where the current user was mentioned.
How to fetch results from large lists of objects.