interface LoggedInUser {
    account_badges: any[];
    account_type: number;
    all_media_count: number;
    allow_contacts_sync: boolean;
    allowed_commenter_type: string;
    biz_user_inbox_state: number;
    can_boost_post: boolean;
    can_hide_category: boolean;
    can_hide_public_contacts: boolean;
    can_see_organic_insights: boolean;
    can_see_primary_country_in_settings: boolean;
    category: string;
    country_code: number;
    fbid_v2: number;
    follow_friction_type: number;
    full_name: string;
    growth_friction_info: GrowthFrictionInfo;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    has_igtv_series: boolean;
    has_placed_orders: boolean;
    interop_messaging_user_fbid: number;
    is_business: boolean;
    is_call_to_action_enabled: boolean;
    is_private: boolean;
    is_supervision_features_enabled: boolean;
    is_using_unified_inbox_for_direct: boolean;
    is_verified: boolean;
    nametag: Nametag;
    national_number: number;
    phone_number: string;
    pk: number;
    professional_conversion_suggested_account_type: number;
    profile_pic_id: string;
    profile_pic_url: string;
    reel_auto_archive: string;
    should_show_category: boolean;
    should_show_public_contacts: boolean;
    show_insights_terms: boolean;
    total_igtv_videos: number;
    username: string;
    wa_addressable: boolean;
    wa_eligibility: number;
}

Properties

account_badges: any[]
account_type: number
all_media_count: number
allow_contacts_sync: boolean
allowed_commenter_type: string
biz_user_inbox_state: number
can_boost_post: boolean
can_hide_category: boolean
can_hide_public_contacts: boolean
can_see_organic_insights: boolean
can_see_primary_country_in_settings: boolean
category: string
country_code: number
fbid_v2: number
follow_friction_type: number
full_name: string
growth_friction_info: GrowthFrictionInfo
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
has_igtv_series: boolean
has_placed_orders: boolean
interop_messaging_user_fbid: number
is_business: boolean
is_call_to_action_enabled: boolean
is_private: boolean
is_supervision_features_enabled: boolean
is_using_unified_inbox_for_direct: boolean
is_verified: boolean
nametag: Nametag
national_number: number
phone_number: string
pk: number
professional_conversion_suggested_account_type: number
profile_pic_id: string
profile_pic_url: string
reel_auto_archive: string
should_show_category: boolean
should_show_public_contacts: boolean
show_insights_terms: boolean
total_igtv_videos: number
username: string
wa_addressable: boolean
wa_eligibility: number