IGPAPI
    Preparing search index...

    Interface BlockedUsersFeedResponse

    interface BlockedUsersFeedResponse {
        blocked_list: BlockedUsersFeedResponseBlockedListItem[];
        next_max_id: string;
        page_size: number;
        status: string;
    }
    Index

    Properties

    next_max_id: string
    page_size: number
    status: string