IGPAPI
    Preparing search index...

    Interface SavedFeedResponseUser

    interface SavedFeedResponseUser {
        can_be_reported_as_fraud?: boolean;
        friendship_status?: SavedFeedResponseFriendship_status;
        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;
        shoppable_posts_count?: number;
        show_shoppable_feed?: boolean;
        username: string;
    }
    Index

    Properties

    can_be_reported_as_fraud?: 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
    shoppable_posts_count?: number
    show_shoppable_feed?: boolean
    username: string