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
A chat photo was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The new chat photo; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionA chat photo was changed.UpdateChatPhoto(long chatId, TdApi.ChatPhotoInfo photo) A chat photo was changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
photo
The new chat photo; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatPhoto
public UpdateChatPhoto()A chat photo was changed. -
UpdateChatPhoto
A chat photo was changed.- Parameters:
chatId- Chat identifier.photo- The new chat photo; may be null.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-