public static class TdApi.UpdateSelectedBackground extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.Background |
background
The new selected background; may be null.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forDarkTheme
True, if background for dark theme has changed.
|
Constructor and Description |
---|
UpdateSelectedBackground()
The selected background has changed.
|
UpdateSelectedBackground(boolean forDarkTheme,
TdApi.Background background)
The selected background has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean forDarkTheme
@Nullable public TdApi.Background background
public static final int CONSTRUCTOR
public UpdateSelectedBackground()
public UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background)
forDarkTheme
- True, if background for dark theme has changed.background
- The new selected background; may be null.public int getConstructor()
getConstructor
in class TdApi.Update