public static class TdApi.MessageChatChangePhoto extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhoto |
photo
New chat photo.
|
Constructor and Description |
---|
MessageChatChangePhoto()
An updated chat photo.
|
MessageChatChangePhoto(TdApi.ChatPhoto photo)
An updated chat photo.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatPhoto photo
public static final int CONSTRUCTOR
public MessageChatChangePhoto()
public MessageChatChangePhoto(TdApi.ChatPhoto photo)
photo
- New chat photo.public int getConstructor()
getConstructor
in class TdApi.MessageContent