Class TdApi.TonTransactions

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TonTransactions
Enclosing class:
TdApi

public static class TdApi.TonTransactions extends TdApi.Object
Represents a list of Toncoin transactions.
  • Field Details

    • tonAmount

      public long tonAmount
      The total amount of owned Toncoins.
    • transactions

      public TdApi.TonTransaction[] transactions
      List of Toncoin transactions.
    • nextOffset

      public String nextOffset
      The offset for the next request. If empty, then there are no more results.
    • CONSTRUCTOR

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

    • TonTransactions

      public TonTransactions()
      Represents a list of Toncoin transactions.
    • TonTransactions

      public TonTransactions(long tonAmount, TdApi.TonTransaction[] transactions, String nextOffset)
      Represents a list of Toncoin transactions.
      Parameters:
      tonAmount - The total amount of owned Toncoins.
      transactions - List of Toncoin transactions.
      nextOffset - The offset for the next request. If empty, then there are no more results.
  • 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