Interface MessagePaidMessagePriceChanged

A price for paid messages was changed in the supergroup chat. Subtype of MessageContent.

interface MessagePaidMessagePriceChanged {
    @type: "messagePaidMessagePriceChanged";
    paid_message_star_count: number;
}

Properties

@type: "messagePaidMessagePriceChanged"
paid_message_star_count: number

The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.