Package org.drinkless.tdlib
Class TdApi.GetInstalledBackgrounds
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Backgrounds>
org.drinkless.tdlib.TdApi.GetInstalledBackgrounds
- Enclosing class:
- TdApi
Returns backgrounds installed by the user.
Returns Backgrounds
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to order returned backgrounds for a dark theme. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns backgrounds installed by the user.GetInstalledBackgrounds(boolean forDarkTheme) Creates a function, which returns backgrounds installed by the user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
forDarkTheme
public boolean forDarkThemePass true to order returned backgrounds for a dark theme. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetInstalledBackgrounds
public GetInstalledBackgrounds()Default constructor for a function, which returns backgrounds installed by the user.Returns
Backgrounds -
GetInstalledBackgrounds
public GetInstalledBackgrounds(boolean forDarkTheme) Creates a function, which returns backgrounds installed by the user.Returns
Backgrounds- Parameters:
forDarkTheme- Pass true to order returned backgrounds for a dark theme.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-