Package org.drinkless.tdlib
Class TdApi.GiftUpgradePreview
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftUpgradePreview
- Enclosing class:
- TdApi
Contains examples of possible upgraded gifts for the given regular gift.
-
Field Summary
FieldsModifier and TypeFieldDescriptionExamples of possible backdrops that can be chosen for the gift after upgrade.static final int
Identifier uniquely determining type of the object.Examples of possible models that can be chosen for the gift after upgrade.Examples of possible symbols that can be chosen for the gift after upgrade. -
Constructor Summary
ConstructorsConstructorDescriptionContains examples of possible upgraded gifts for the given regular gift.GiftUpgradePreview
(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops) Contains examples of possible upgraded gifts for the given regular 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
-
models
Examples of possible models that can be chosen for the gift after upgrade. -
symbols
Examples of possible symbols that can be chosen for the gift after upgrade. -
backdrops
Examples of possible 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
-
GiftUpgradePreview
public GiftUpgradePreview()Contains examples of possible upgraded gifts for the given regular gift. -
GiftUpgradePreview
public GiftUpgradePreview(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops) Contains examples of possible upgraded gifts for the given regular gift.- Parameters:
models
- Examples of possible models that can be chosen for the gift after upgrade.symbols
- Examples of possible symbols that can be chosen for the gift after upgrade.backdrops
- Examples of possible backdrops that can be chosen for the gift after upgrade.
-
-
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
-