public static class TdApi.UpdateChatPhoto extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public long chatId
@Nullable 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()
getConstructor
in class TdApi.Update