IGPAPI
    Preparing search index...
    interface User {
        account_badges: any[];
        follow_friction_type: number;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        has_exclusive_live: boolean;
        has_highlight_reels: boolean;
        is_favorite: boolean;
        is_private: boolean;
        is_unpublished: boolean;
        is_verified: boolean;
        latest_reel_media: number;
        live_broadcast_id?: any;
        live_broadcast_visibility?: any;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        show_privacy_screen: boolean;
        username: string;
    }
    Index

    Properties

    account_badges: any[]
    follow_friction_type: number
    full_name: string
    has_anonymous_profile_picture: boolean
    has_exclusive_live: boolean
    has_highlight_reels: boolean
    is_favorite: boolean
    is_private: boolean
    is_unpublished: boolean
    is_verified: boolean
    latest_reel_media: number
    live_broadcast_id?: any
    live_broadcast_visibility?: any
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    show_privacy_screen: boolean
    username: string