Package org.drinkless.tdlib
Class TdApi.TonTransactionTypeFragmentDeposit
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TonTransactionType
org.drinkless.tdlib.TdApi.TonTransactionTypeFragmentDeposit
- Enclosing class:
- TdApi
The transaction is a deposit of Toncoins from Fragment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if the transaction is a gift from another user.The sticker to be shown in the transaction information; may be null if unknown. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a deposit of Toncoins from Fragment.TonTransactionTypeFragmentDeposit(boolean isGift, TdApi.Sticker sticker) The transaction is a deposit of Toncoins from Fragment. -
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
-
isGift
public boolean isGiftTrue, if the transaction is a gift from another user. -
sticker
The sticker to be shown in the transaction information; may be null if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TonTransactionTypeFragmentDeposit
public TonTransactionTypeFragmentDeposit()The transaction is a deposit of Toncoins from Fragment. -
TonTransactionTypeFragmentDeposit
The transaction is a deposit of Toncoins from Fragment.- Parameters:
isGift- True, if the transaction is a gift from another user.sticker- The sticker to be shown in the transaction information; may be null if unknown.
-
-
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
-