Package it.tdlight.jni
Class TdApi.DeleteProfilePhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.DeleteProfilePhoto
- Enclosing class:
- TdApi
public static class TdApi.DeleteProfilePhoto extends TdApi.Function
Deletes a profile photo.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long
profilePhotoId
Identifier of the profile photo to delete. -
Constructor Summary
Constructors Constructor Description DeleteProfilePhoto()
Deletes a profile photo.DeleteProfilePhoto(long profilePhotoId)
Deletes a profile photo.DeleteProfilePhoto(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
DeleteProfilePhoto
public DeleteProfilePhoto()Deletes a profile photo.Returns
Ok
-
DeleteProfilePhoto
public DeleteProfilePhoto(long profilePhotoId)Deletes a profile photo.Returns
Ok
- Parameters:
profilePhotoId
- long Identifier of the profile photo to delete.
-
DeleteProfilePhoto
- 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()
-