IGPAPI
    Preparing search index...
    interface Owner {
        account_badges: unknown[];
        all_media_count: number;
        allowed_commenter_type: string;
        can_boost_post: boolean;
        can_see_organic_insights: boolean;
        fan_club_info: MediaEditResponse.FanClubInfo;
        fbid_v2: string;
        feed_post_reshare_disabled: boolean;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        has_onboarded_to_text_post_app: boolean;
        id: string;
        interop_messaging_user_fbid: number;
        is_private: boolean;
        is_unpublished: boolean;
        pk: number;
        pk_id: string;
        profile_pic_url: string;
        reel_auto_archive: string;
        show_account_transparency_details: boolean;
        show_insights_terms: boolean;
        strong_id__: string;
        third_party_downloads_enabled: number;
        transparency_product_enabled: boolean;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    all_media_count: number
    allowed_commenter_type: string

    can_boost_post

    can_boost_post: boolean
    can_see_organic_insights: boolean
    fbid_v2: string

    feed_post_reshare_disabled

    feed_post_reshare_disabled: boolean
    full_name: string
    has_anonymous_profile_picture: boolean

    has_onboarded_to_text_post_app

    has_onboarded_to_text_post_app: boolean
    id: string
    interop_messaging_user_fbid: number
    is_private: boolean
    is_unpublished: boolean
    pk: number
    pk_id: string
    profile_pic_url: string
    reel_auto_archive: string
    show_account_transparency_details: boolean
    show_insights_terms: boolean
    strong_id__: string
    third_party_downloads_enabled: number
    transparency_product_enabled: boolean
    username: string