java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputChatPhoto
it.tdlight.jni.TdApi.InputChatPhotoStatic
- Enclosing class:
- TdApi
A static photo in JPEG format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Photo to be set as profile photo. -
Constructor Summary
ConstructorDescriptionA static photo in JPEG format.A static photo in JPEG format.InputChatPhotoStatic
(DataInput input) A static photo in JPEG format. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
photo
Photo to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputChatPhotoStatic
public InputChatPhotoStatic()A static photo in JPEG format. -
InputChatPhotoStatic
A static photo in JPEG format.- Parameters:
photo
- InputFile Photo to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.
-
InputChatPhotoStatic
A static photo in JPEG format.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-