Interface SuggestedPostPriceTon

Describes price of a suggested post in Toncoins. Subtype of SuggestedPostPrice.

interface SuggestedPostPriceTon {
    @type: "suggestedPostPriceTon";
    toncoin_cent_count: number;
}

Properties

@type: "suggestedPostPriceTon"
toncoin_cent_count: number

The amount of 1/100 of Toncoin agreed to pay for the post; getOption("suggested_post_toncoin_cent_count_min")-getOption("suggested_post_toncoin_cent_count_max").