Class TdApi.StarTransaction

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

public static class TdApi.StarTransaction extends TdApi.Object
Represents a transaction changing the amount of owned Telegram Stars.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Point in time (Unix timestamp) when the transaction was completed.
    Unique identifier of the transaction.
    boolean
    True, if the transaction is a refund of a previous transaction.
    Source of the incoming transaction, or its recipient for outgoing transactions.
    long
    The amount of added owned Telegram Stars; negative for outgoing transactions.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Represents a transaction changing the amount of owned Telegram Stars.
    StarTransaction(String id, long starCount, boolean isRefund, int date, TdApi.StarTransactionPartner partner)
    Represents a transaction changing the amount of owned Telegram Stars.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      public String id
      Unique identifier of the transaction.
    • starCount

      public long starCount
      The amount of added owned Telegram Stars; negative for outgoing transactions.
    • isRefund

      public boolean isRefund
      True, if the transaction is a refund of a previous transaction.
    • date

      public int date
      Point in time (Unix timestamp) when the transaction was completed.
    • partner

      Source of the incoming transaction, or its recipient for outgoing transactions.
    • CONSTRUCTOR

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

    • StarTransaction

      public StarTransaction()
      Represents a transaction changing the amount of owned Telegram Stars.
    • StarTransaction

      public StarTransaction(String id, long starCount, boolean isRefund, int date, TdApi.StarTransactionPartner partner)
      Represents a transaction changing the amount of owned Telegram Stars.
      Parameters:
      id - Unique identifier of the transaction.
      starCount - The amount of added owned Telegram Stars; negative for outgoing transactions.
      isRefund - True, if the transaction is a refund of a previous transaction.
      date - Point in time (Unix timestamp) when the transaction was completed.
      partner - Source of the incoming transaction, or its recipient for outgoing transactions.
  • 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