IGPAPI
    Preparing search index...

    Interface ConfigureSidecarResponseUser

    interface ConfigureSidecarResponseUser {
        account_badges: unknown[];
        allowed_commenter_type: string;
        can_boost_post: boolean;
        can_see_organic_insights: boolean;
        fbid_v2: string;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_unpublished: boolean;
        pk: number;
        profile_pic_url: string;
        reel_auto_archive: string;
        show_insights_terms: boolean;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    allowed_commenter_type: string

    can_boost_post

    can_boost_post: boolean
    can_see_organic_insights: boolean
    fbid_v2: string
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_unpublished: boolean
    pk: number
    profile_pic_url: string
    reel_auto_archive: string
    show_insights_terms: boolean
    username: string