public static class TdApi.InputChatPhotoPrevious extends TdApi.InputChatPhoto
TdApi.InputChatPhoto.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatPhotoId
Identifier of the current user's profile photo to reuse.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
InputChatPhotoPrevious()
A previously used profile photo of the current user.
|
InputChatPhotoPrevious(long chatPhotoId)
A previously used profile photo of the current user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatPhotoId
public static final int CONSTRUCTOR
public InputChatPhotoPrevious()
public InputChatPhotoPrevious(long chatPhotoId)
chatPhotoId
- Identifier of the current user's profile photo to reuse.public int getConstructor()
getConstructor
in class TdApi.InputChatPhoto