|
Methods defined here:
- __init__(self)
- delete = method(self, **kwargs)
- Delete a photo.
Args:
photoId: string, The photo id of the user's contact being deleted. (required)
userId: string, The user whose contacts photo is being deleted. (required)
contactId: string, The id of the contact whose photo is being deleted. (required)
- get = method(self, **kwargs)
- Get a contact photo.
Args:
photoId: string, The photo id of the user's contact being retrieved. (required)
userId: string, The user whose contacts photo is being retrieved. (required)
contactId: string, The id of the contact whose photo is being retrieved. (required)
alt: string, Specifies an alternative representation type.
Allowed values
json - Use JSON format
media - Use Media format
Returns:
An object of the form
{
"data": "A String",
}
- update = method(self, **kwargs)
- Update a photo.
Args:
body: object, The request body.
media_body: string, The filename of the media request body.
photoId: string, The photo id of the user's contact being updated. (required)
userId: string, The user whose contacts photo is being updated. (required)
contactId: string, The id of the contact whose photo is being updated. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|