Package org.drinkless.tdlib
Class TdApi.UpgradedGiftOriginOffer
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftOrigin
org.drinkless.tdlib.TdApi.UpgradedGiftOriginOffer
- Enclosing class:
- TdApi
The gift was bought through an offer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Price paid for the gift. -
Constructor Summary
ConstructorsConstructorDescriptionThe gift was bought through an offer.The gift was bought through an offer. -
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
-
price
Price paid for the gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpgradedGiftOriginOffer
public UpgradedGiftOriginOffer()The gift was bought through an offer. -
UpgradedGiftOriginOffer
The gift was bought through an offer.- Parameters:
price- Price paid for the gift.
-
-
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
-