Class TdApi.SuggestedPostPriceStar

Enclosing class:
TdApi

public static class TdApi.SuggestedPostPriceStar extends TdApi.SuggestedPostPrice
Describes price of a suggested post in Telegram Stars.
  • Field Details

    • starCount

      public long starCount
      The Telegram Star amount expected to be paid for the post; getOption("suggested_post_star_count_min")-getOption("suggested_post_star_count_max").
    • CONSTRUCTOR

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

    • SuggestedPostPriceStar

      public SuggestedPostPriceStar()
      Describes price of a suggested post in Telegram Stars.
    • SuggestedPostPriceStar

      public SuggestedPostPriceStar(long starCount)
      Describes price of a suggested post in Telegram Stars.
      Parameters:
      starCount - The Telegram Star amount expected to be paid for the post; getOption("suggested_post_star_count_min")-getOption("suggested_post_star_count_max").
  • Method Details