public static class TdApi.UpdateDefaultBackground extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.Background |
background
The new default background; may be null.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forDarkTheme
True, if default background for dark theme has changed.
|
| Constructor and Description |
|---|
UpdateDefaultBackground()
The default background has changed.
|
UpdateDefaultBackground(boolean forDarkTheme,
TdApi.Background background)
The default background has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean forDarkTheme
public TdApi.Background background
public static final int CONSTRUCTOR
public UpdateDefaultBackground()
public UpdateDefaultBackground(boolean forDarkTheme,
TdApi.Background background)
forDarkTheme - True, if default background for dark theme has changed.background - The new default background; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object