public static class TdApi.ChatEventPhotoChanged extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatPhoto oldPhoto
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()
TdApi.ObjectgetConstructor in class TdApi.Object