interface User {
    account_badges: any[];
    biography: string;
    external_url: string;
    follow_friction_type: number;
    full_name: string;
    growth_friction_info: ManuallyApproveTagsResponse.GrowthFrictionInfo;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    has_primary_country_in_feed: boolean;
    has_primary_country_in_profile: boolean;
    interop_messaging_user_fbid: number;
    is_private: boolean;
    is_verified: boolean;
    pk: number;
    primary_profile_link_type: number;
    profile_pic_id: string;
    profile_pic_url: string;
    reel_auto_archive: string;
    show_fb_link_on_profile: boolean;
    username: string;
    usertag_review_enabled: boolean;
    usertags_count: number;
}

Properties

account_badges: any[]
biography: string
external_url: string
follow_friction_type: number
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
has_primary_country_in_feed: boolean
has_primary_country_in_profile: boolean
interop_messaging_user_fbid: number
is_private: boolean
is_verified: boolean
pk: number
primary_profile_link_type: number
profile_pic_id: string
profile_pic_url: string
reel_auto_archive: string
show_fb_link_on_profile: boolean
username: string
usertag_review_enabled: boolean
usertags_count: number