Interface FollowersFeedResponse

interface FollowersFeedResponse {
    big_list: boolean;
    global_blacklist_sample: null;
    next_max_id: string;
    page_size: number;
    sections: null;
    status: string;
    users: FollowersFeedResponseUsersItem[];
}

Properties

big_list: boolean
global_blacklist_sample: null
next_max_id: string
page_size: number
sections: null
status: string