Class TdApi.SuggestedPostPriceTon

Enclosing class:
TdApi

public static class TdApi.SuggestedPostPriceTon extends TdApi.SuggestedPostPrice
Describes price of a suggested post in Toncoins.
  • Field Details

    • toncoinCentCount

      public long toncoinCentCount
      The amount of 1/100 of Toncoin expected to be paid for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max").
    • CONSTRUCTOR

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

    • SuggestedPostPriceTon

      public SuggestedPostPriceTon()
      Describes price of a suggested post in Toncoins.
    • SuggestedPostPriceTon

      public SuggestedPostPriceTon(long toncoinCentCount)
      Describes price of a suggested post in Toncoins.
      Parameters:
      toncoinCentCount - The amount of 1/100 of Toncoin expected to be paid for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max").
  • Method Details