Package it.tdlight.jni
Class TdApi.GetBackgrounds
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetBackgrounds
- Enclosing class:
- TdApi
public static class TdApi.GetBackgrounds extends TdApi.Function
Returns backgrounds installed by the user.
Returns Backgrounds
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
forDarkTheme
True, if the backgrounds must be ordered for dark theme. -
Constructor Summary
Constructors Constructor Description GetBackgrounds()
Returns backgrounds installed by the user.GetBackgrounds(boolean forDarkTheme)
Returns backgrounds installed by the user.GetBackgrounds(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
forDarkTheme
public boolean forDarkThemeTrue, if the backgrounds must be ordered for dark theme. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetBackgrounds
public GetBackgrounds()Returns backgrounds installed by the user.Returns
Backgrounds
-
GetBackgrounds
public GetBackgrounds(boolean forDarkTheme)Returns backgrounds installed by the user.Returns
Backgrounds
- Parameters:
forDarkTheme
- boolean True, if the backgrounds must be ordered for dark theme.
-
GetBackgrounds
- 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()
-