Uses of Class
org.drinkless.tdlib.TdApi.RevenueWithdrawalState
Packages that use TdApi.RevenueWithdrawalState
-
Uses of TdApi.RevenueWithdrawalState in org.drinkless.tdlib
Subclasses of TdApi.RevenueWithdrawalState in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Withdrawal failed.static class
Withdrawal is pending.static class
Withdrawal succeeded.Fields in org.drinkless.tdlib declared as TdApi.RevenueWithdrawalStateModifier and TypeFieldDescriptionTdApi.ChatRevenueTransactionTypeWithdrawal.state
State of the withdrawal.TdApi.StarTransactionTypeFragmentWithdrawal.withdrawalState
State of the withdrawal; may be null for refunds from Fragment.Constructors in org.drinkless.tdlib with parameters of type TdApi.RevenueWithdrawalStateModifierConstructorDescriptionChatRevenueTransactionTypeWithdrawal
(int withdrawalDate, String provider, TdApi.RevenueWithdrawalState state) Describes a withdrawal of earnings.StarTransactionTypeFragmentWithdrawal
(TdApi.RevenueWithdrawalState withdrawalState) The transaction is a withdrawal of earned Telegram Stars to Fragment; for regular users, bots, supergroup and channel chats only.