Package org.drinkless.tdlib
Class TdApi.UpgradedGiftSymbolCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftSymbolCount
- Enclosing class:
- TdApi
Describes a symbol shown on the pattern of an upgraded gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The symbol.int
Total number of gifts with the symbol. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a symbol shown on the pattern of an upgraded gift.UpgradedGiftSymbolCount
(TdApi.UpgradedGiftSymbol symbol, int totalCount) Describes a symbol shown on the pattern of an upgraded gift. -
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
-
symbol
The symbol. -
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
-
UpgradedGiftSymbolCount
public UpgradedGiftSymbolCount()Describes a symbol shown on the pattern of an upgraded gift. -
UpgradedGiftSymbolCount
Describes a symbol shown on the pattern of an upgraded gift.- Parameters:
symbol
- The symbol.totalCount
- Total number of gifts with the symbol.
-
-
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
-