Package org.drinkless.tdlib
Class TdApi.ChatTheme
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatTheme
- Enclosing class:
- TdApi
Describes a chat theme.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Theme settings for a dark chat theme.Theme settings for a light chat theme.Theme name. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a chat theme.ChatTheme(String name, TdApi.ThemeSettings lightSettings, TdApi.ThemeSettings darkSettings) Describes a chat theme. -
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
-
name
Theme name. -
lightSettings
Theme settings for a light chat theme. -
darkSettings
Theme settings for a dark chat theme. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatTheme
public ChatTheme()Describes a chat theme. -
ChatTheme
Describes a chat theme.- Parameters:
name- Theme name.lightSettings- Theme settings for a light chat theme.darkSettings- Theme settings for a dark chat theme.
-
-
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
-