IGPAPI
    Preparing search index...

    Interface IgtvSearchResponseUser

    interface IgtvSearchResponseUser {
        biography?: string;
        biography_with_entities?: IgtvSearchResponseBiographyWithEntities;
        external_lynx_url?: string;
        external_url?: string;
        friendship_status?: IgtvSearchResponseFriendshipStatus;
        full_name?: string;
        has_anonymous_profile_picture?: boolean;
        has_biography_translation?: boolean;
        id?: number;
        is_private?: boolean;
        is_verified?: boolean;
        latest_reel_media?: number;
        mutual_followers_count?: number;
        pk?: number;
        profile_pic_id?: string;
        profile_pic_url?: string;
        username: string;
    }
    Index

    Properties

    biography?: string
    biography_with_entities?: IgtvSearchResponseBiographyWithEntities
    external_lynx_url?: string
    external_url?: string
    full_name?: string
    has_anonymous_profile_picture?: boolean
    has_biography_translation?: boolean
    id?: number
    is_private?: boolean
    is_verified?: boolean
    latest_reel_media?: number
    mutual_followers_count?: number
    pk?: number
    profile_pic_id?: string
    profile_pic_url?: string
    username: string