interface User {
    account_badges: any[];
    allowed_commenter_type: string;
    can_boost_post: boolean;
    can_see_organic_insights: boolean;
    fbid_v2: string;
    follow_friction_type: number;
    friendship_status: false | FriendshipStatus;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    interop_messaging_user_fbid: string;
    is_favorite: boolean;
    is_private: boolean;
    is_unpublished: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    live_broadcast_id: null;
    live_broadcast_visibility: null;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    reel_auto_archive: string;
    show_insights_terms: boolean;
    username: string;
}

Properties

account_badges: any[]
allowed_commenter_type: string
can_boost_post: boolean
can_see_organic_insights: boolean
fbid_v2: string
follow_friction_type: number
friendship_status: false | FriendshipStatus
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
interop_messaging_user_fbid: string
is_favorite: boolean
is_private: boolean
is_unpublished: boolean
is_verified: boolean
latest_reel_media: number
live_broadcast_id: null
live_broadcast_visibility: null
pk: number
profile_pic_id: string
profile_pic_url: string
reel_auto_archive: string
show_insights_terms: boolean
username: string