public static class TdApi.InputChatPhotoStatic extends TdApi.InputChatPhoto
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
photo
Photo to be set as profile photo.
|
| Constructor and Description |
|---|
InputChatPhotoStatic()
A static photo in JPEG format.
|
InputChatPhotoStatic(TdApi.InputFile photo)
A static photo in JPEG format.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile photo
public static final int CONSTRUCTOR
public InputChatPhotoStatic()
public InputChatPhotoStatic(TdApi.InputFile photo)
photo - Photo to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object