Returns the current saved dialog list » or monoforum topic list ».
messages.savedDialogs#f83ae221 dialogs:Vector<SavedDialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SavedDialogs;
messages.savedDialogsSlice#44ba9dd9 count:int dialogs:Vector<SavedDialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SavedDialogs;
messages.savedDialogsNotModified#c01f6fe8 count:int = messages.SavedDialogs;
---functions---
messages.getSavedDialogs#5381d21a flags:# exclude_pinned:flags.0?true offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:long = messages.SavedDialogs;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
exclude_pinned | flags.0?true | Exclude pinned dialogs |
parent_peer | flags.1?InputPeer | If set, fetches the topic list of the passed monoforum, otherwise fetches the saved dialog list. |
offset_date | int | Offsets for pagination, for more info click here |
offset_id | int | Offsets for pagination, for more info click here (top_message ID used for pagination) |
offset_peer | InputPeer | Offset peer for pagination |
limit | int | Number of list elements to be returned |
hash | long | Hash used for caching, for more info click here |
How to fetch results from large lists of objects.
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.
Telegram supports direct messages to channels, which can also be used to suggest (even paid) channel posts.