Package org.drinkless.tdlib
Class TdApi.ChatRevenueTransactionTypeFragmentWithdrawal
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatRevenueTransactionType
org.drinkless.tdlib.TdApi.ChatRevenueTransactionTypeFragmentWithdrawal
- Enclosing class:
- TdApi
public static class TdApi.ChatRevenueTransactionTypeFragmentWithdrawal
extends TdApi.ChatRevenueTransactionType
Describes a withdrawal of earnings through Fragment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.State of the withdrawal.int
Point in time (Unix timestamp) when the earnings withdrawal started. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a withdrawal of earnings through Fragment.ChatRevenueTransactionTypeFragmentWithdrawal
(int withdrawalDate, TdApi.RevenueWithdrawalState state) Describes a 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
-
withdrawalDate
public int withdrawalDatePoint in time (Unix timestamp) when the earnings withdrawal started. -
state
State of the withdrawal. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatRevenueTransactionTypeFragmentWithdrawal
public ChatRevenueTransactionTypeFragmentWithdrawal()Describes a withdrawal of earnings through Fragment. -
ChatRevenueTransactionTypeFragmentWithdrawal
public ChatRevenueTransactionTypeFragmentWithdrawal(int withdrawalDate, TdApi.RevenueWithdrawalState state) Describes a withdrawal of earnings through Fragment.- Parameters:
withdrawalDate
- Point in time (Unix timestamp) when the earnings withdrawal started.state
- State of the withdrawal.
-
-
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
-