public static class TdApi.BackgroundTypeFill extends TdApi.BackgroundType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BackgroundFill |
fill
The background fill.
|
| Constructor and Description |
|---|
BackgroundTypeFill()
A filled background.
|
BackgroundTypeFill(TdApi.BackgroundFill fill)
A filled background.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BackgroundFill fill
public static final int CONSTRUCTOR
public BackgroundTypeFill()
public BackgroundTypeFill(TdApi.BackgroundFill fill)
fill - The background fill.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object