Package org.drinkless.tdlib
Class TdApi.BackgroundTypeFill
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.BackgroundType
-
- org.drinkless.tdlib.TdApi.BackgroundTypeFill
-
- Enclosing class:
- TdApi
public static class TdApi.BackgroundTypeFill extends TdApi.BackgroundType
A filled background.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.BackgroundFillfillThe background fill.
-
Constructor Summary
Constructors Constructor Description BackgroundTypeFill()A filled background.BackgroundTypeFill(TdApi.BackgroundFill fill)A filled background.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
fill
public TdApi.BackgroundFill fill
The background fill.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BackgroundTypeFill
public BackgroundTypeFill()
A filled background.
-
BackgroundTypeFill
public BackgroundTypeFill(TdApi.BackgroundFill fill)
A filled background.- Parameters:
fill- The background fill.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-