teleproto - v1.229.0
    Preparing search index...

    Interface ContactsGetBlockedParams

    interface ContactsGetBlockedParams {
        limit: number;
        myStoriesFrom?: boolean;
        offset: number;
    }
    Index
    limit: number

    The number of list elements to be returned

    myStoriesFrom?: boolean

    Whether to fetch the story blocklist; if not set, will fetch the main blocklist. See here » for differences between the two.

    offset: number

    The number of list elements to be skipped