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

    • starCount

      public long starCount
      The new number of Telegram stars owned.
    • 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(long starCount)
      The number of Telegram stars owned by the current user has changed.
      Parameters:
      starCount - The new number of Telegram stars owned.
  • 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.Update
      Returns:
      this.CONSTRUCTOR