IGPAPI
    Preparing search index...

    Interface TopsearchFlatResponseUser

    interface TopsearchFlatResponseUser {
        byline: string;
        follower_count: number;
        friendship_status: TopsearchFlatResponseFriendshipStatus;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_verified: boolean;
        latest_reel_media?: number;
        mutual_followers_count: number;
        pk: number;
        profile_pic_id?: string;
        profile_pic_url: string;
        search_social_context?: string;
        social_context?: string;
        username: string;
    }
    Index

    Properties

    byline: string
    follower_count: number
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_verified: boolean
    latest_reel_media?: number
    mutual_followers_count: number
    pk: number
    profile_pic_id?: string
    profile_pic_url: string
    search_social_context?: string
    social_context?: string
    username: string