public static class TdApi.Backgrounds extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Background[] |
backgrounds
A list of backgrounds.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
Backgrounds()
Contains a list of backgrounds.
|
Backgrounds(TdApi.Background[] backgrounds)
Contains a list of backgrounds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Background[] backgrounds
public static final int CONSTRUCTOR
public Backgrounds()
public Backgrounds(TdApi.Background[] backgrounds)
backgrounds - A list of backgrounds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object