public static class TdApi.GetBackgrounds extends TdApi.Function
Returns Backgrounds
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forDarkTheme
True, if the backgrounds must be ordered for dark theme.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean forDarkTheme
public static final int CONSTRUCTOR
public GetBackgrounds()
Returns Backgrounds
public GetBackgrounds(boolean forDarkTheme)
Returns Backgrounds
forDarkTheme
- True, if the backgrounds must be ordered for dark theme.public int getConstructor()
getConstructor
in class TdApi.Function