Package it.tdlight.jni
Class TdApi.InputChatPhotoPrevious
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputChatPhoto
it.tdlight.jni.TdApi.InputChatPhotoPrevious
- Enclosing class:
- TdApi
public static class TdApi.InputChatPhotoPrevious extends TdApi.InputChatPhoto
A previously used profile photo of
the current user.
-
Field Summary
Fields Modifier and Type Field Description long
chatPhotoId
Identifier of the current user's profile photo to reuse.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description InputChatPhotoPrevious()
A previously used profile photo of the current user.InputChatPhotoPrevious(long chatPhotoId)
A previously used profile photo of the current user.InputChatPhotoPrevious(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-