public static class TdApi.InputChatPhotoPrevious extends TdApi.InputChatPhoto
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object