Package org.drinkless.tdlib
Class TdApi.MessageChatSetTheme
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChatSetTheme
- Enclosing class:
- TdApi
A theme in the chat has been changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New theme for the chat; may be null if chat theme was reset to the default one. -
Constructor Summary
ConstructorsConstructorDescriptionA theme in the chat has been changed.A theme in the chat has been 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
-
theme
New theme for the chat; may be null if chat theme was reset to the default one. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChatSetTheme
public MessageChatSetTheme()A theme in the chat has been changed. -
MessageChatSetTheme
A theme in the chat has been changed.- Parameters:
theme- New theme for the chat; may be null if chat theme was reset to the default one.
-
-
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
-