Class TdApi.StarTransactionTypeFragmentWithdrawal

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeFragmentWithdrawal
Enclosing class:
TdApi

public static class TdApi.StarTransactionTypeFragmentWithdrawal extends TdApi.StarTransactionType
The transaction is a withdrawal of earned Telegram Stars to Fragment; relevant for regular users, bots, supergroup and channel chats only.
  • Field Details

    • withdrawalState

      @Nullable public TdApi.RevenueWithdrawalState withdrawalState
      State of the withdrawal; may be null for refunds from Fragment.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StarTransactionTypeFragmentWithdrawal

      public StarTransactionTypeFragmentWithdrawal()
      The transaction is a withdrawal of earned Telegram Stars to Fragment; relevant for regular users, bots, supergroup and channel chats only.
    • StarTransactionTypeFragmentWithdrawal

      public StarTransactionTypeFragmentWithdrawal(TdApi.RevenueWithdrawalState withdrawalState)
      The transaction is a withdrawal of earned Telegram Stars to Fragment; relevant for regular users, bots, supergroup and channel chats only.
      Parameters:
      withdrawalState - State of the withdrawal; may be null for refunds from Fragment.
  • Method Details