teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetSavedDialogsParams

    interface MessagesGetSavedDialogsParams {
        excludePinned?: boolean;
        hash: BigInteger;
        limit: number;
        offsetDate: number;
        offsetId: number;
        offsetPeer: EntityLike;
        parentPeer?: EntityLike;
    }
    Index
    excludePinned?: boolean

    Exclude pinned dialogs

    hash: BigInteger

    Hash used for caching, for more info click here

    limit: number

    Number of list elements to be returned

    offsetDate: number

    Offsets for pagination, for more info click here

    offsetId: number

    Offsets for pagination, for more info click here ( top_message ID used for pagination)

    offsetPeer: EntityLike

    Offset peer for pagination

    parentPeer?: EntityLike

    If set, fetches the topic list of the passed monoforum, otherwise fetches the saved dialog list.