IGPAPI
    Preparing search index...

    Interface ChangeProfilePictureUser

    interface ChangeProfilePictureUser {
        account_badges: unknown[];
        allowed_commenter_type: string;
        biography: string;
        biography_with_entities: { entities: unknown[]; raw_text: 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: ChangeProfilePictureHDProfilePic;
        hd_profile_pic_versions: ChangeProfilePictureHDProfilePic[];
        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;
    }
    Index

    Properties

    account_badges: unknown[]
    allowed_commenter_type: string
    biography: string
    biography_with_entities: { entities: unknown[]; raw_text: string }

    can_boost_post

    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: ChangeProfilePictureHDProfilePic
    hd_profile_pic_versions: ChangeProfilePictureHDProfilePic[]
    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