Package org.drinkless.tdlib
Class TdApi.GetBackgrounds
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.booleanforDarkThemeTrue, if the backgrounds must be ordered for dark theme.
-
Constructor Summary
Constructors Constructor Description GetBackgrounds()Default constructor for a function, which returns backgrounds installed by the user.GetBackgrounds(boolean forDarkTheme)Creates a function, which returns backgrounds installed by the user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
forDarkTheme
public boolean forDarkTheme
True, if the backgrounds must be ordered for dark theme.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetBackgrounds
public GetBackgrounds()
Default constructor for a function, which returns backgrounds installed by the user.Returns
Backgrounds
-
GetBackgrounds
public GetBackgrounds(boolean forDarkTheme)
Creates a function, which returns backgrounds installed by the user.Returns
Backgrounds- Parameters:
forDarkTheme- True, if the backgrounds must be ordered for dark theme.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-