Interface IgtvSearchResponseUser

interface IgtvSearchResponseUser {
    biography?: string;
    biography_with_entities?: IgtvSearchResponseBiography_with_entities;
    external_lynx_url?: string;
    external_url?: string;
    friendship_status?: IgtvSearchResponseFriendship_status;
    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;
}

Properties

biography?: string
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