[ Version ( since = "0.9.0" ) ]
public unowned string get_photo_etag ()
Returns the ETag for the contact's attached photo, if it exists.
If it does exist, the contact's photo can be retrieved using get_photo . If it doesn't exist, null will be returned, and the contact doesn't have a photo (so calling get_photo will also return null)
| this |
|
the contact's photo's ETag if it exists, null otherwise |