public static class TdApi.UpdateChatPhoto extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhotoInfo |
photo
The new chat photo; may be null.
|
| Constructor and Description |
|---|
UpdateChatPhoto()
A chat photo was changed.
|
UpdateChatPhoto(long chatId,
TdApi.ChatPhotoInfo photo)
A chat photo was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatPhotoInfo photo
public static final int CONSTRUCTOR
public UpdateChatPhoto()
public UpdateChatPhoto(long chatId,
TdApi.ChatPhotoInfo photo)
chatId - Chat identifier.photo - The new chat photo; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object