interface LoggedInUser {
    account_badges: AccountBadges;
    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;
    category: string;
    category_id: number;
    country_code: number;
    fbid_v2: number;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    has_encrypted_backup: boolean;
    has_onboarded_to_basel: boolean;
    has_onboarded_to_text_post_app: boolean;
    has_placed_orders: boolean;
    id: string;
    interop_messaging_user_fbid: number;
    is_business: boolean;
    is_call_to_action_enabled: boolean;
    is_category_tappable: boolean;
    is_private: boolean;
    is_supervision_features_enabled: boolean;
    is_threads_only_user: boolean;
    is_using_unified_inbox_for_direct: boolean;
    is_verified: boolean;
    liked_clips_count: number;
    nametag: Nametag;
    national_number: number;
    page_id: null;
    page_name: null;
    phone_number: string;
    pk: number;
    pk_id: string;
    professional_conversion_suggested_account_type: number;
    profile_pic_url: string;
    reel_auto_archive: string;
    should_show_category: boolean;
    should_show_public_contacts: boolean;
    show_insights_terms: boolean;
    strong_id__: string;
    supervision_info: SupervisionInfo;
    text_post_app_show_follower_import_screen_on_login: boolean;
    third_party_downloads_enabled: number;
    total_igtv_videos: number;
    username: string;
    wa_addressable: boolean;
    wa_eligibility: number;
}

Properties

account_badges: AccountBadges
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
category: string
category_id: number
country_code: number
fbid_v2: number
full_name: string
has_anonymous_profile_picture: boolean
has_encrypted_backup: boolean
has_onboarded_to_basel: boolean
has_onboarded_to_text_post_app: boolean
has_placed_orders: boolean
id: string
interop_messaging_user_fbid: number
is_business: boolean
is_call_to_action_enabled: boolean
is_category_tappable: boolean
is_private: boolean
is_supervision_features_enabled: boolean
is_threads_only_user: boolean
is_using_unified_inbox_for_direct: boolean
is_verified: boolean
liked_clips_count: number
nametag: Nametag
national_number: number
page_id: null
page_name: null
phone_number: string
pk: number
pk_id: string
professional_conversion_suggested_account_type: number
profile_pic_url: string
reel_auto_archive: string
should_show_category: boolean
should_show_public_contacts: boolean
show_insights_terms: boolean
strong_id__: string
supervision_info: SupervisionInfo
text_post_app_show_follower_import_screen_on_login: boolean
third_party_downloads_enabled: number
total_igtv_videos: number
username: string
wa_addressable: boolean
wa_eligibility: number