Class TdApi.ChatRevenueTransactionTypeFragmentWithdrawal

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatRevenueTransactionType
org.drinkless.tdlib.TdApi.ChatRevenueTransactionTypeFragmentWithdrawal
Enclosing class:
TdApi

public static class TdApi.ChatRevenueTransactionTypeFragmentWithdrawal extends TdApi.ChatRevenueTransactionType
Describes a withdrawal of earnings through Fragment.
  • Field Details

    • withdrawalDate

      public int withdrawalDate
      Point in time (Unix timestamp) when the earnings withdrawal started.
    • state

      State of the withdrawal.
    • CONSTRUCTOR

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

    • ChatRevenueTransactionTypeFragmentWithdrawal

      public ChatRevenueTransactionTypeFragmentWithdrawal()
      Describes a withdrawal of earnings through Fragment.
    • ChatRevenueTransactionTypeFragmentWithdrawal

      public ChatRevenueTransactionTypeFragmentWithdrawal(int withdrawalDate, TdApi.RevenueWithdrawalState state)
      Describes a withdrawal of earnings through Fragment.
      Parameters:
      withdrawalDate - Point in time (Unix timestamp) when the earnings withdrawal started.
      state - State of the withdrawal.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR