public static class TdApi.GetInstalledBackgrounds extends TdApi.Function<TdApi.Backgrounds>
Returns Backgrounds
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forDarkTheme
Pass true to order returned backgrounds for a dark theme.
|
| Constructor and Description |
|---|
GetInstalledBackgrounds()
Default constructor for a function, which returns backgrounds installed by the user.
|
GetInstalledBackgrounds(boolean forDarkTheme)
Creates a function, which returns backgrounds installed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean forDarkTheme
public static final int CONSTRUCTOR
public GetInstalledBackgrounds()
Returns Backgrounds
public GetInstalledBackgrounds(boolean forDarkTheme)
Returns Backgrounds
forDarkTheme - Pass true to order returned backgrounds for a dark theme.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object