Package org.drinkless.tdlib
Class TdApi.ChatRevenueTransactionTypeWithdrawal
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatRevenueTransactionType
org.drinkless.tdlib.TdApi.ChatRevenueTransactionTypeWithdrawal
- Enclosing class:
- TdApi
public static class TdApi.ChatRevenueTransactionTypeWithdrawal
extends TdApi.ChatRevenueTransactionType
Describes a withdrawal of earnings.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.ChatRevenueTransactionType
TdApi.ChatRevenueTransactionType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Name of the payment provider.State of the withdrawal.intPoint in time (Unix timestamp) when the earnings withdrawal started. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a withdrawal of earnings.ChatRevenueTransactionTypeWithdrawal(int withdrawalDate, String provider, TdApi.RevenueWithdrawalState state) Describes a withdrawal of earnings. -
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
-
withdrawalDate
public int withdrawalDatePoint in time (Unix timestamp) when the earnings withdrawal started. -
provider
Name of the payment provider. -
state
State of the withdrawal. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatRevenueTransactionTypeWithdrawal
public ChatRevenueTransactionTypeWithdrawal()Describes a withdrawal of earnings. -
ChatRevenueTransactionTypeWithdrawal
public ChatRevenueTransactionTypeWithdrawal(int withdrawalDate, String provider, TdApi.RevenueWithdrawalState state) Describes a withdrawal of earnings.- Parameters:
withdrawalDate- Point in time (Unix timestamp) when the earnings withdrawal started.provider- Name of the payment provider.state- State of the withdrawal.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.ChatRevenueTransactionType- Returns:
- this.CONSTRUCTOR
-