IGPAPI
    Preparing search index...

    Interface FollowersFeedResponseUsersItem

    interface FollowersFeedResponseUsersItem {
        account_badges: unknown[];
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_verified: boolean;
        latest_reel_media: number;
        pk: number;
        profile_pic_id?: string;
        profile_pic_url: string;
        story_reel_media_ids: unknown[];
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_verified: boolean
    latest_reel_media: number
    pk: number
    profile_pic_id?: string
    profile_pic_url: string

    story_reel_media_ids

    story_reel_media_ids: unknown[]
    username: string