Interface HighlightsRepositoryHighlightsTrayResponseUser_dict

interface HighlightsRepositoryHighlightsTrayResponseUser_dict {
    biography: string;
    biography_with_entities: HighlightsRepositoryHighlightsTrayResponseBiography_with_entities;
    external_lynx_url: string;
    external_url: string;
    follower_count: number;
    following_count: number;
    following_tag_count: number;
    friendship_status: HighlightsRepositoryHighlightsTrayResponseFriendship_status;
    full_name: string;
    geo_media_count: number;
    has_anonymous_profile_picture: boolean;
    has_biography_translation: boolean;
    is_private: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    media_count: number;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    total_igtv_videos: number;
    username: string;
}

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
is_private: boolean
is_verified: boolean
latest_reel_media: number
media_count: number
pk: number
profile_pic_id: string
profile_pic_url: string
total_igtv_videos: number
username: string