Package it.tdlight.jni
Class TdApi.ChatEventPhotoChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventPhotoChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventPhotoChanged extends TdApi.ChatEventAction
The chat photo was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatPhoto
newPhoto
New chat photo value; may be null.TdApi.ChatPhoto
oldPhoto
Previous chat photo value; may be null. -
Constructor Summary
Constructors Constructor Description ChatEventPhotoChanged()
The chat photo was changed.ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto, TdApi.ChatPhoto newPhoto)
The chat photo was changed.ChatEventPhotoChanged(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
-
oldPhoto
Previous chat photo value; may be null. -
newPhoto
New chat photo value; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatEventPhotoChanged
public ChatEventPhotoChanged()The chat photo was changed. -
ChatEventPhotoChanged
The chat photo was changed.- Parameters:
oldPhoto
- ChatPhoto Previous chat photo value; may be null.newPhoto
- ChatPhoto New chat photo value; may be null.
-
ChatEventPhotoChanged
- 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()
-