- Enclosing class:
- TdApi
Deletes a profile photo.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intlongIdentifier of the profile photo to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDeletes 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-