Package it.tdlight.jni
Class TdApi.UpdateSelectedBackground
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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.Background
background
The new selected background; may be null.static int
CONSTRUCTOR
boolean
forDarkTheme
True, 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.UpdateSelectedBackground(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
forDarkTheme
public boolean forDarkThemeTrue, if background for dark theme has changed. -
background
The new selected background; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateSelectedBackground
public UpdateSelectedBackground()The selected background has changed. -
UpdateSelectedBackground
The selected background has changed.- Parameters:
forDarkTheme
- boolean True, if background for dark theme has changed.background
- Background The new selected background; may be null.
-
UpdateSelectedBackground
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-