java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputChatPhoto
it.tdlight.jni.TdApi.InputChatPhotoPrevious
- Enclosing class:
- TdApi
A previously used profile photo of
the current user.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the current user's profile photo to reuse.static final int
-
Constructor Summary
ConstructorDescriptionA previously used profile photo of the current user.InputChatPhotoPrevious
(long chatPhotoId) A previously used profile photo of the current user.InputChatPhotoPrevious
(DataInput input) A previously used profile photo of the current user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatPhotoId
public long chatPhotoIdIdentifier of the current user's profile photo to reuse. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputChatPhotoPrevious
public InputChatPhotoPrevious()A previously used profile photo of the current user. -
InputChatPhotoPrevious
public InputChatPhotoPrevious(long chatPhotoId) A previously used profile photo of the current user.- Parameters:
chatPhotoId
- long Identifier of the current user's profile photo to reuse.
-
InputChatPhotoPrevious
A previously used profile photo of the current user.- 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()
-