Package org.drinkless.tdlib
Class TdApi.GiftUpgradeVariants
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftUpgradeVariants
- Enclosing class:
- TdApi
Contains all possible variants of upgraded gifts for the given regular gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBackdrops that can be chosen for the gift after upgrade.static final intIdentifier uniquely determining type of the object.Models that can be chosen for the gift after upgrade.Symbols that can be chosen for the gift after upgrade. -
Constructor Summary
ConstructorsConstructorDescriptionContains all possible variants of upgraded gifts for the given regular gift.GiftUpgradeVariants(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops) Contains all possible variants of upgraded gifts for the given regular 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
-
models
Models that can be chosen for the gift after upgrade. -
symbols
Symbols that can be chosen for the gift after upgrade. -
backdrops
Backdrops that can be chosen for the gift after upgrade. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftUpgradeVariants
public GiftUpgradeVariants()Contains all possible variants of upgraded gifts for the given regular gift. -
GiftUpgradeVariants
public GiftUpgradeVariants(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops) Contains all possible variants of upgraded gifts for the given regular gift.- Parameters:
models- Models that can be chosen for the gift after upgrade.symbols- Symbols that can be chosen for the gift after upgrade.backdrops- Backdrops that can be chosen for the gift after upgrade.
-
-
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
-