public static class TdApi.BackgroundFillSolid extends TdApi.BackgroundFill
| Modifier and Type | Field and Description |
|---|---|
int |
color
A color of the background in the RGB format.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
BackgroundFillSolid()
Describes a solid fill of a background.
|
BackgroundFillSolid(int color)
Describes a solid fill of a background.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int color
public static final int CONSTRUCTOR
public BackgroundFillSolid()
public BackgroundFillSolid(int color)
color - A color of the background in the RGB format.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object