Layer 228
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.

Gogram Example

// MessagesGetSavedDialogsById - positional arguments
result, err := client.MessagesGetSavedDialogsById(nil, []tg.InputPeer{&tg.InputPeerUser{UserID: int64(777000)}})
if err != nil {
    // handle error
}
// result is *tg.MessagesSavedDialogs