Class TdApi.UpgradedGiftSymbolCount

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

public static class TdApi.UpgradedGiftSymbolCount extends TdApi.Object
Describes a symbol shown on the pattern of an upgraded gift.
  • Field Details

    • symbol

      public TdApi.UpgradedGiftSymbol symbol
      The symbol.
    • totalCount

      public int totalCount
      Total number of gifts with the symbol.
    • CONSTRUCTOR

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

    • UpgradedGiftSymbolCount

      public UpgradedGiftSymbolCount()
      Describes a symbol shown on the pattern of an upgraded gift.
    • UpgradedGiftSymbolCount

      public UpgradedGiftSymbolCount(TdApi.UpgradedGiftSymbol symbol, int totalCount)
      Describes a symbol shown on the pattern of an upgraded gift.
      Parameters:
      symbol - The symbol.
      totalCount - Total number of gifts with the symbol.
  • 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