public static class TdApi.ChatEventPhotoChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhoto |
newPhoto
New chat photo value; may be null.
|
TdApi.ChatPhoto |
oldPhoto
Previous chat photo value; may be null.
|
Constructor and Description |
---|
ChatEventPhotoChanged()
The chat photo was changed.
|
ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto,
TdApi.ChatPhoto newPhoto)
The chat photo was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.ChatPhoto oldPhoto
@Nullable public TdApi.ChatPhoto newPhoto
public static final int CONSTRUCTOR
public ChatEventPhotoChanged()
public ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto, TdApi.ChatPhoto newPhoto)
oldPhoto
- Previous chat photo value; may be null.newPhoto
- New chat photo value; may be null.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction