Package it.tdlight.jni
Class TdApi.MessageChatChangePhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageChatChangePhoto
- Enclosing class:
- TdApi
public static class TdApi.MessageChatChangePhoto extends TdApi.MessageContent
An updated chat photo.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatPhoto
photo
New chat photo. -
Constructor Summary
Constructors Constructor Description MessageChatChangePhoto()
An updated chat photo.MessageChatChangePhoto(TdApi.ChatPhoto photo)
An updated chat photo.MessageChatChangePhoto(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
-
photo
New chat photo. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChatChangePhoto
public MessageChatChangePhoto()An updated chat photo. -
MessageChatChangePhoto
An updated chat photo.- Parameters:
photo
- ChatPhoto New chat photo.
-
MessageChatChangePhoto
- 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()
-