Package org.drinkless.tdlib
Class TdApi.TonTransactionTypeGiftPurchaseOffer
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TonTransactionType
org.drinkless.tdlib.TdApi.TonTransactionTypeGiftPurchaseOffer
- Enclosing class:
- TdApi
The transaction is an offer of gift purchase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The gift. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is an offer of gift purchase.The transaction is an offer of gift purchase. -
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
-
gift
The gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TonTransactionTypeGiftPurchaseOffer
public TonTransactionTypeGiftPurchaseOffer()The transaction is an offer of gift purchase. -
TonTransactionTypeGiftPurchaseOffer
The transaction is an offer of gift purchase.- Parameters:
gift- 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
-