public static class TdApi.DeleteProfilePhoto extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
profilePhotoId
Identifier of the profile photo to delete.
|
Constructor and Description |
---|
DeleteProfilePhoto()
Default constructor for a function, which deletes a profile photo.
|
DeleteProfilePhoto(long profilePhotoId)
Creates a function, which deletes a profile photo.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long profilePhotoId
public static final int CONSTRUCTOR
public DeleteProfilePhoto()
Returns Ok
public DeleteProfilePhoto(long profilePhotoId)
Returns Ok
profilePhotoId
- Identifier of the profile photo to delete.public int getConstructor()
getConstructor
in class TdApi.Function