Package org.drinkless.tdlib
Class TdApi.RevenueWithdrawalStateSucceeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RevenueWithdrawalState
org.drinkless.tdlib.TdApi.RevenueWithdrawalStateSucceeded
- Enclosing class:
- TdApi
Withdrawal succeeded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the withdrawal was completed.The URL where the withdrawal transaction can be viewed. -
Constructor Summary
ConstructorsConstructorDescriptionWithdrawal succeeded.RevenueWithdrawalStateSucceeded(int date, String url) Withdrawal succeeded. -
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
-
date
public int datePoint in time (Unix timestamp) when the withdrawal was completed. -
url
The URL where the withdrawal transaction can be viewed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RevenueWithdrawalStateSucceeded
public RevenueWithdrawalStateSucceeded()Withdrawal succeeded. -
RevenueWithdrawalStateSucceeded
Withdrawal succeeded.- Parameters:
date- Point in time (Unix timestamp) when the withdrawal was completed.url- The URL where the withdrawal transaction can be viewed.
-
-
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
-