public static class TdApi.ChatTheme extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ThemeSettings |
darkSettings
Theme settings for a dark chat theme.
|
TdApi.ThemeSettings |
lightSettings
Theme settings for a light chat theme.
|
java.lang.String |
name
Theme name.
|
Constructor and Description |
---|
ChatTheme()
Describes a chat theme.
|
ChatTheme(java.lang.String name,
TdApi.ThemeSettings lightSettings,
TdApi.ThemeSettings darkSettings)
Describes a chat theme.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public TdApi.ThemeSettings lightSettings
public TdApi.ThemeSettings darkSettings
public static final int CONSTRUCTOR
public ChatTheme()
public ChatTheme(java.lang.String name, TdApi.ThemeSettings lightSettings, TdApi.ThemeSettings darkSettings)
name
- Theme name.lightSettings
- Theme settings for a light chat theme.darkSettings
- Theme settings for a dark chat theme.public int getConstructor()
getConstructor
in class TdApi.Object