Package org.drinkless.tdlib
Class TdApi.UpdateSelectedBackground
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateSelectedBackground
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateSelectedBackground extends TdApi.Update
The selected background has changed.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.BackgroundbackgroundThe new selected background; may be null.static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanforDarkThemeTrue, if background for dark theme has changed.
-
Constructor Summary
Constructors Constructor Description UpdateSelectedBackground()The selected background has changed.UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background)The selected background has changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
forDarkTheme
public boolean forDarkTheme
True, if background for dark theme has changed.
-
background
public TdApi.Background background
The new selected background; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateSelectedBackground
public UpdateSelectedBackground()
The selected background has changed.
-
UpdateSelectedBackground
public UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background)The selected background has changed.- Parameters:
forDarkTheme- True, if background for dark theme has changed.background- The new selected background; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-