Package org.drinkless.tdlib
Class TdApi.UpgradedGiftBackdropCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftBackdropCount
- Enclosing class:
- TdApi
Describes a backdrop of an upgraded gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe backdrop.static final intIdentifier uniquely determining type of the object.intTotal number of gifts with the symbol. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a backdrop of an upgraded gift.UpgradedGiftBackdropCount(TdApi.UpgradedGiftBackdrop backdrop, int totalCount) Describes a backdrop of an upgraded gift. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
backdrop
The backdrop. -
totalCount
public int totalCountTotal number of gifts with the symbol. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpgradedGiftBackdropCount
public UpgradedGiftBackdropCount()Describes a backdrop of an upgraded gift. -
UpgradedGiftBackdropCount
Describes a backdrop of an upgraded gift.- Parameters:
backdrop- The backdrop.totalCount- Total number of gifts with the symbol.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-