IGPAPI
    Preparing search index...

    Interface IgtvSearchResponseUserDict

    interface IgtvSearchResponseUserDict {
        biography: string;
        biography_with_entities: IgtvSearchResponseBiographyWithEntities;
        external_lynx_url?: string;
        external_url: string;
        follower_count: number;
        following_count: number;
        following_tag_count: number;
        friendship_status: IgtvSearchResponseFriendshipStatus;
        full_name: string;
        geo_media_count?: number;
        has_anonymous_profile_picture: boolean;
        has_biography_translation?: boolean;
        has_igtv_series: boolean;
        is_private: boolean;
        is_verified: boolean;
        media_count: number;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        total_igtv_videos: number;
        username: string;
    }
    Index

    Properties

    biography: string
    external_lynx_url?: string
    external_url: string
    follower_count: number
    following_count: number
    following_tag_count: number
    full_name: string
    geo_media_count?: number
    has_anonymous_profile_picture: boolean
    has_biography_translation?: boolean
    has_igtv_series: boolean
    is_private: boolean
    is_verified: boolean
    media_count: number
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    total_igtv_videos: number
    username: string