interface ISearchFollow {
    big_list?: boolean;
    has_more?: boolean;
    page_size?: number;
    should_limit_list_of_followers?: boolean;
    show_spam_follow_request_tab?: boolean;
    status?: string;
    use_clickable_see_more?: boolean;
    users?: UserFollow[];
}

Properties

big_list?: boolean
has_more?: boolean
page_size?: number
should_limit_list_of_followers?: boolean
show_spam_follow_request_tab?: boolean
status?: string
use_clickable_see_more?: boolean
users?: UserFollow[]