Class TdApi.StarTransactions

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.StarTransactions
Enclosing class:
TdApi

public static class TdApi.StarTransactions extends TdApi.Object
Represents a list of Telegram Star transactions.
  • Field Details

    • starCount

      public long starCount
      The amount of owned Telegram Stars.
    • transactions

      public TdApi.StarTransaction[] transactions
      List of transactions with Telegram Stars.
    • 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

    • StarTransactions

      public StarTransactions()
      Represents a list of Telegram Star transactions.
    • StarTransactions

      public StarTransactions(long starCount, TdApi.StarTransaction[] transactions, String nextOffset)
      Represents a list of Telegram Star transactions.
      Parameters:
      starCount - The amount of owned Telegram Stars.
      transactions - List of transactions with Telegram Stars.
      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