IGPAPI
    Preparing search index...

    Interface FollowingFeedResponse

    interface FollowingFeedResponse {
        big_list: boolean;
        global_blacklist_sample: null;
        hashtag_count: number;
        next_max_id: number;
        page_size: number;
        preview_hashtags: unknown[];
        sections: null;
        status: string;
        users: FollowingFeedResponseUsersItem[];
    }
    Index

    Properties

    big_list: boolean
    global_blacklist_sample: null
    hashtag_count: number
    next_max_id: number
    page_size: number
    preview_hashtags: unknown[]
    sections: null
    status: string