Interface SuggestedPostPriceStar

Describes price of a suggested post. Subtype of SuggestedPostPrice.

interface SuggestedPostPriceStar {
    @type: "suggestedPostPriceStar";
    star_count: number;
}

Properties

Properties

@type: "suggestedPostPriceStar"
star_count: number

The amount of Telegram Stars agreed to pay for the post; getOption("suggested_post_star_count_min")-getOption("suggested_post_star_count_max").