interface UserDetails {
    account_badges: any[];
    account_type: number;
    address_street: string;
    auto_expand_chaining: boolean;
    biography: string;
    business_contact_method: string;
    can_be_reported_as_fraud: boolean;
    can_hide_category: boolean;
    can_hide_public_contacts: boolean;
    category: string;
    city_id: number;
    city_name: string;
    contact_phone_number: string;
    direct_messaging: string;
    external_lynx_url: string;
    external_url: string;
    follow_friction_type: number;
    follower_count: number;
    following_count: number;
    following_tag_count: number;
    full_name: string;
    geo_media_count: number;
    has_anonymous_profile_picture: boolean;
    has_biography_translation: boolean;
    has_chaining: boolean;
    has_guides: boolean;
    has_highlight_reels: boolean;
    has_unseen_besties_media: boolean;
    has_videos: boolean;
    hd_profile_pic_url_info: HDProfilePic;
    hd_profile_pic_versions: HDProfilePic[];
    highlight_reshare_disabled: boolean;
    include_direct_blacklist_status: boolean;
    instagram_location_id: string;
    interop_messaging_user_fbid: number;
    is_bestie: boolean;
    is_business: boolean;
    is_call_to_action_enabled: boolean;
    is_eligible_for_smb_support_flow: boolean;
    is_favorite: boolean;
    is_interest_account: boolean;
    is_memorialized: boolean;
    is_potential_business: boolean;
    is_private: boolean;
    is_verified: boolean;
    latitude: number;
    longitude: number;
    media_count: number;
    mutual_followers_count: number;
    open_external_url_with_in_app_browser: boolean;
    pk: number;
    primary_profile_link_type: number;
    professional_conversion_suggested_account_type: number;
    profile_context: string;
    profile_context_links_with_user_ids: ProfileContextLinksWithUserID[];
    profile_context_mutual_follow_ids: number[];
    profile_pic_id: string;
    profile_pic_url: string;
    public_email: string;
    public_phone_country_code: string;
    public_phone_number: string;
    request_contact_enabled: boolean;
    should_show_category: boolean;
    should_show_public_contacts: boolean;
    show_account_transparency_details: boolean;
    show_fb_link_on_profile: boolean;
    show_post_insights_entry_point: boolean;
    smb_support_partner: null;
    total_ar_effects: number;
    total_igtv_videos: number;
    username: string;
    usertags_count: number;
    zip: string;
}

Properties

account_badges: any[]
account_type: number
address_street: string
auto_expand_chaining: boolean
biography: string
business_contact_method: string
can_be_reported_as_fraud: boolean
can_hide_category: boolean
can_hide_public_contacts: boolean
category: string
city_id: number
city_name: string
contact_phone_number: string
direct_messaging: string
external_lynx_url: string
external_url: string
follow_friction_type: number
follower_count: number
following_count: number
following_tag_count: number
full_name: string
geo_media_count: number
has_anonymous_profile_picture: boolean
has_biography_translation: boolean
has_chaining: boolean
has_guides: boolean
has_highlight_reels: boolean
has_unseen_besties_media: boolean
has_videos: boolean
hd_profile_pic_url_info: HDProfilePic
hd_profile_pic_versions: HDProfilePic[]
highlight_reshare_disabled: boolean
include_direct_blacklist_status: boolean
instagram_location_id: string
interop_messaging_user_fbid: number
is_bestie: boolean
is_business: boolean
is_call_to_action_enabled: boolean
is_eligible_for_smb_support_flow: boolean
is_favorite: boolean
is_interest_account: boolean
is_memorialized: boolean
is_potential_business: boolean
is_private: boolean
is_verified: boolean
latitude: number
longitude: number
media_count: number
mutual_followers_count: number
open_external_url_with_in_app_browser: boolean
pk: number
primary_profile_link_type: number
professional_conversion_suggested_account_type: number
profile_context: string
profile_context_links_with_user_ids: ProfileContextLinksWithUserID[]
profile_context_mutual_follow_ids: number[]
profile_pic_id: string
profile_pic_url: string
public_email: string
public_phone_country_code: string
public_phone_number: string
request_contact_enabled: boolean
should_show_category: boolean
should_show_public_contacts: boolean
show_account_transparency_details: boolean
show_fb_link_on_profile: boolean
show_post_insights_entry_point: boolean
smb_support_partner: null
total_ar_effects: number
total_igtv_videos: number
username: string
usertags_count: number
zip: string