- Enclosing class:
- TdApi
Deletes a profile photo.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the profile photo to delete. -
Constructor Summary
ConstructorDescriptionDeletes a profile photo.DeleteProfilePhoto
(long profilePhotoId) Deletes a profile photo.DeleteProfilePhoto
(DataInput input) Deletes a profile photo. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
profilePhotoId
public long profilePhotoIdIdentifier of the profile photo to delete. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteProfilePhoto
public DeleteProfilePhoto()Deletes a profile photo. ReturnsOk
-
DeleteProfilePhoto
public DeleteProfilePhoto(long profilePhotoId) Deletes a profile photo. ReturnsOk
- Parameters:
profilePhotoId
- long Identifier of the profile photo to delete.
-
DeleteProfilePhoto
Deletes a profile photo. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-