teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetSavedDialogsByIDParams

    interface MessagesGetSavedDialogsByIDParams {
        ids: EntityLike[];
        parentPeer?: EntityLike;
    }
    Index
    ids: EntityLike[]

    IDs of dialogs (topics) to fetch.

    parentPeer?: EntityLike

    If set, fetches monoforum topics » , otherwise fetches saved message dialogs » .