Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateContactPhotoResponse

import type { UpdateContactPhotoResponse } from "https://googleapis.deno.dev/v1/people:v1.ts";

The response for updating a contact's photo.

interface UpdateContactPhotoResponse {
person?: Person;
}

§Properties

§
person?: Person
[src]

The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.