public static class TdApi.InputChatPhotoStatic extends TdApi.InputChatPhoto
TdApi.InputChatPhoto.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InputChatPhoto