interface User {
    account_badges: any[];
    allowed_commenter_type: string;
    biography: string;
    biography_with_entities: ChangeProdilePictureResponse.BiographyWithEntities;
    can_boost_post: boolean;
    can_link_entities_in_bio: boolean;
    can_see_organic_insights: boolean;
    external_url: string;
    fbid_v2: number;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    has_placed_orders: boolean;
    hd_profile_pic_url_info: HDProfilePic;
    hd_profile_pic_versions: HDProfilePic[];
    interop_messaging_user_fbid: number;
    is_private: boolean;
    is_verified: boolean;
    liked_clips_count: number;
    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;
    show_insights_terms: boolean;
    username: string;
}

Properties

account_badges: any[]
allowed_commenter_type: string
biography: string
can_boost_post: boolean
can_link_entities_in_bio: boolean
can_see_organic_insights: boolean
external_url: string
fbid_v2: number
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
has_placed_orders: boolean
hd_profile_pic_url_info: HDProfilePic
hd_profile_pic_versions: HDProfilePic[]
interop_messaging_user_fbid: number
is_private: boolean
is_verified: boolean
liked_clips_count: number
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
show_insights_terms: boolean
username: string