Package org.drinkless.tdlib
Class TdApi.UpgradedGiftSymbol
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftSymbol
- Enclosing class:
TdApi
Describes a symbol shown on the pattern of an upgraded gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Name of the symbol.The rarity of the symbol.The sticker representing the symbol. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a symbol shown on the pattern of an upgraded gift.UpgradedGiftSymbol(String name, TdApi.Sticker sticker, TdApi.UpgradedGiftAttributeRarity rarity) Describes a symbol shown on the pattern 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
-
name
Name of the symbol. -
sticker
The sticker representing the symbol. -
rarity
The rarity of the symbol. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpgradedGiftSymbol
public UpgradedGiftSymbol()Describes a symbol shown on the pattern of an upgraded gift. -
UpgradedGiftSymbol
public UpgradedGiftSymbol(String name, TdApi.Sticker sticker, TdApi.UpgradedGiftAttributeRarity rarity) Describes a symbol shown on the pattern of an upgraded gift.- Parameters:
name- Name of the symbol.sticker- The sticker representing the symbol.rarity- The rarity of 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
-