Package org.drinkless.tdlib
Class TdApi.UpdateChatBackground
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatBackground
- Enclosing class:
- TdApi
The chat background was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe new chat background; may be null if background was reset to default.longChat identifier.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat background was changed.UpdateChatBackground(long chatId, TdApi.ChatBackground background) The chat background 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. -
background
The new chat background; may be null if background was reset to default. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatBackground
public UpdateChatBackground()The chat background was changed. -
UpdateChatBackground
The chat background was changed.- Parameters:
chatId- Chat identifier.background- The new chat background; may be null if background was reset to default.
-
-
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
-