IGPAPI
    Preparing search index...

    Interface LiveSettingsGetResponseBlocked

    interface LiveSettingsGetResponseBlocked {
        big_list: boolean;
        has_more: boolean;
        page_size: number;
        should_limit_list_of_followers: boolean;
        users: unknown[];
    }
    Index

    Properties

    big_list: boolean
    has_more: boolean
    page_size: number
    should_limit_list_of_followers: boolean
    users: unknown[]