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 classWithdrawal failed.static classWithdrawal is pending.static classWithdrawal succeeded.Fields in org.drinkless.tdlib declared as TdApi.RevenueWithdrawalStateModifier and TypeFieldDescriptionTdApi.ChatRevenueTransactionTypeFragmentWithdrawal.stateState of the withdrawal.TdApi.StarTransactionTypeFragmentWithdrawal.withdrawalStateState of the withdrawal; may be null for refunds from Fragment.Constructors in org.drinkless.tdlib with parameters of type TdApi.RevenueWithdrawalStateModifierConstructorDescriptionChatRevenueTransactionTypeFragmentWithdrawal(int withdrawalDate, TdApi.RevenueWithdrawalState state) Describes a withdrawal of earnings through Fragment.StarTransactionTypeFragmentWithdrawal(TdApi.RevenueWithdrawalState withdrawalState) The transaction is a withdrawal of earned Telegram Stars to Fragment; for regular users, bots, supergroup and channel chats only.