teleproto - v1.229.0
    Preparing search index...

    Interface ContactsSetBlockedParams

    interface ContactsSetBlockedParams {
        id: EntityLike[];
        limit: number;
        myStoriesFrom?: boolean;
    }
    Index
    id: EntityLike[]

    Full content of the blocklist.

    limit: number

    Maximum number of results to return, see pagination

    myStoriesFrom?: boolean

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