public static class TdApi.RevenueWithdrawalStateSucceeded extends TdApi.RevenueWithdrawalState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the withdrawal was completed.
|
java.lang.String |
url
The URL where the withdrawal transaction can be viewed.
|
| Constructor and Description |
|---|
RevenueWithdrawalStateSucceeded()
Withdrawal succeeded.
|
RevenueWithdrawalStateSucceeded(int date,
java.lang.String url)
Withdrawal succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int date
public java.lang.String url
public static final int CONSTRUCTOR
public RevenueWithdrawalStateSucceeded()
public RevenueWithdrawalStateSucceeded(int date,
java.lang.String url)
date - Point in time (Unix timestamp) when the withdrawal was completed.url - The URL where the withdrawal transaction can be viewed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object