Package org.drinkless.tdlib
Class TdApi.UpdateChatPhoto
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateChatPhoto
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatPhoto extends TdApi.Update
A chat photo was changed.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatPhotoInfophotoThe new chat photo; may be null.
-
Constructor Summary
Constructors Constructor Description UpdateChatPhoto()A chat photo was changed.UpdateChatPhoto(long chatId, TdApi.ChatPhotoInfo photo)A chat photo was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
photo
public TdApi.ChatPhotoInfo photo
The new chat photo; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateChatPhoto
public UpdateChatPhoto()
A chat photo was changed.
-
UpdateChatPhoto
public UpdateChatPhoto(long chatId, TdApi.ChatPhotoInfo photo)A chat photo was changed.- Parameters:
chatId- Chat identifier.photo- The new chat photo; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-