IGPAPI
    Preparing search index...

    Interface ChallengeStateResponseLoggedInUser

    interface ChallengeStateResponseLoggedInUser {
        account_type: number;
        allow_contacts_sync: boolean;
        allowed_commenter_type: string;
        can_boost_post: boolean;
        can_see_organic_insights: boolean;
        country_code: number;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        has_placed_orders: boolean;
        is_business: boolean;
        is_call_to_action_enabled: null;
        is_private: boolean;
        is_verified: boolean;
        nametag: {
            emoji: string;
            gradient: string;
            mode: number;
            selfie_sticker: string;
        };
        national_number: number;
        phone_number: string;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        reel_auto_archive: string;
        show_insights_terms: boolean;
        username: string;
    }
    Index

    Properties

    account_type: number
    allow_contacts_sync: boolean
    allowed_commenter_type: string

    can_boost_post

    can_boost_post: boolean
    can_see_organic_insights: boolean
    country_code: number
    full_name: string
    has_anonymous_profile_picture: boolean
    has_placed_orders: boolean
    is_business: boolean
    is_call_to_action_enabled: null
    is_private: boolean
    is_verified: boolean
    nametag: {
        emoji: string;
        gradient: string;
        mode: number;
        selfie_sticker: string;
    }
    national_number: number
    phone_number: string
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    reel_auto_archive: string
    show_insights_terms: boolean
    username: string