public static class TdApi.BackgroundTypeFill extends TdApi.BackgroundType
TdApi.BackgroundType.Constructors
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() |
toString
public TdApi.BackgroundFill fill
public static final int CONSTRUCTOR
public BackgroundTypeFill()
public BackgroundTypeFill(TdApi.BackgroundFill fill)
fill
- The background fill.public int getConstructor()
getConstructor
in class TdApi.BackgroundType