Layer 227
MessagesGetSavedDialogsById
Obtain information about specific saved message dialogs or monoforum topics.
method
Users
messages.getSavedDialogsByID#6f6f9c96 flags:# parent_peer:flags.1?InputPeer ids:Vector<InputPeer> = messages.SavedDialogs;
Parameters
| Name | Type | Description |
|---|---|---|
| ParentPeer | flags .1? InputPeer | If set, fetches monoforum topics, otherwise fetches saved message dialogs. |
| Ids | Vector < InputPeer > | IDs of dialogs (topics) to fetch. |
Returns
messages.SavedDialogsGogram Example
// MessagesGetSavedDialogsById - positional arguments result, err := client.MessagesGetSavedDialogsById(nil, &tg.VectorInputPeer{}) if err != nil { // handle error } // result is *tg.MessagesSavedDialogs