public static class TdApi.StarTransactionTypeFragmentWithdrawal extends TdApi.StarTransactionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RevenueWithdrawalState |
withdrawalState
State of the withdrawal; may be null for refunds from Fragment.
|
| Constructor and Description |
|---|
StarTransactionTypeFragmentWithdrawal()
The transaction is a withdrawal of earned Telegram Stars to Fragment; for bots and channel chats only.
|
StarTransactionTypeFragmentWithdrawal(TdApi.RevenueWithdrawalState withdrawalState)
The transaction is a withdrawal of earned Telegram Stars to Fragment; for bots and channel chats only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RevenueWithdrawalState withdrawalState
public static final int CONSTRUCTOR
public StarTransactionTypeFragmentWithdrawal()
public StarTransactionTypeFragmentWithdrawal(TdApi.RevenueWithdrawalState withdrawalState)
withdrawalState - State of the withdrawal; may be null for refunds from Fragment.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object