Package org.drinkless.tdlib
Class TdApi.BackgroundFillSolid
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BackgroundFill
org.drinkless.tdlib.TdApi.BackgroundFillSolid
- Enclosing class:
- TdApi
Describes a solid fill of a background.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
A color of the background in the RGB format.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a solid fill of a background.BackgroundFillSolid
(int color) Describes a solid fill of a background. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
color
public int colorA color of the background in the RGB format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BackgroundFillSolid
public BackgroundFillSolid()Describes a solid fill of a background. -
BackgroundFillSolid
public BackgroundFillSolid(int color) Describes a solid fill of a background.- Parameters:
color
- A color of the background in the RGB format.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-