Class TdApi.UpdateOwnedStarCount

Enclosing class:
TdApi

public static class TdApi.UpdateOwnedStarCount extends TdApi.Update
The number of Telegram Stars owned by the current user has changed.
  • Field Details

    • starAmount

      public TdApi.StarAmount starAmount
      The new amount of owned Telegram Stars.
    • CONSTRUCTOR

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

    • UpdateOwnedStarCount

      public UpdateOwnedStarCount()
      The number of Telegram Stars owned by the current user has changed.
    • UpdateOwnedStarCount

      public UpdateOwnedStarCount(TdApi.StarAmount starAmount)
      The number of Telegram Stars owned by the current user has changed.
      Parameters:
      starAmount - The new amount of owned Telegram Stars.
  • 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