public static class TdApi.DeleteProfilePhoto extends TdApi.TLFunction
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
long |
profilePhotoId
Identifier of profile photo to delete.
|
Constructor and Description |
---|
DeleteProfilePhoto()
Default constructor.
|
DeleteProfilePhoto(long profilePhotoId)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long profilePhotoId
public static final int CONSTRUCTOR
public DeleteProfilePhoto()
public DeleteProfilePhoto(long profilePhotoId)
public int getConstructor()
getConstructor
in class TdApi.TLObject