IGPAPI
    Preparing search index...

    Interface CollectionsFeedResponseUser

    interface CollectionsFeedResponseUser {
        allowed_commenter_type?: string;
        can_boost_post?: boolean;
        can_see_organic_insights?: boolean;
        friendship_status?: CollectionsFeedResponseFriendshipStatus;
        full_name: string;
        has_anonymous_profile_picture?: boolean;
        is_favorite?: boolean;
        is_private: boolean;
        is_unpublished?: boolean;
        is_verified: boolean;
        latest_reel_media?: number;
        pk: number;
        profile_pic_id?: string;
        profile_pic_url: string;
        reel_auto_archive?: string;
        show_insights_terms?: boolean;
        username: string;
    }
    Index

    Properties

    allowed_commenter_type?: string

    Optionalcan_boost_post

    can_boost_post?: boolean
    can_see_organic_insights?: boolean
    full_name: string
    has_anonymous_profile_picture?: boolean
    is_favorite?: boolean
    is_private: boolean
    is_unpublished?: boolean
    is_verified: boolean
    latest_reel_media?: number
    pk: number
    profile_pic_id?: string
    profile_pic_url: string
    reel_auto_archive?: string
    show_insights_terms?: boolean
    username: string