Package org.drinkless.tdlib
Class TdApi.ChatEventPhotoChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatPhotonewPhotoNew chat photo value; may be null.TdApi.ChatPhotooldPhotoPrevious 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
oldPhoto
public TdApi.ChatPhoto oldPhoto
Previous chat photo value; may be null.
-
newPhoto
public TdApi.ChatPhoto newPhoto
New chat photo value; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventPhotoChanged
public ChatEventPhotoChanged()
The chat photo was changed.
-
ChatEventPhotoChanged
public ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto, TdApi.ChatPhoto newPhoto)
The chat photo was changed.- Parameters:
oldPhoto- Previous chat photo value; may be null.newPhoto- New chat photo value; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-