Package org.drinkless.tdlib
Class TdApi.ChatRevenueTransactionTypeFragmentRefund
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatRevenueTransactionType
org.drinkless.tdlib.TdApi.ChatRevenueTransactionTypeFragmentRefund
- Enclosing class:
- TdApi
public static class TdApi.ChatRevenueTransactionTypeFragmentRefund
extends TdApi.ChatRevenueTransactionType
Describes a refund for failed withdrawal of earnings through Fragment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Point in time (Unix timestamp) when the transaction was refunded. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a refund for failed withdrawal of earnings through Fragment.ChatRevenueTransactionTypeFragmentRefund
(int refundDate) Describes a refund for failed withdrawal of earnings through Fragment. -
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
-
refundDate
public int refundDatePoint in time (Unix timestamp) when the transaction was refunded. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatRevenueTransactionTypeFragmentRefund
public ChatRevenueTransactionTypeFragmentRefund()Describes a refund for failed withdrawal of earnings through Fragment. -
ChatRevenueTransactionTypeFragmentRefund
public ChatRevenueTransactionTypeFragmentRefund(int refundDate) Describes a refund for failed withdrawal of earnings through Fragment.- Parameters:
refundDate
- Point in time (Unix timestamp) when the transaction was refunded.
-
-
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
-