Interface PaymentFormTypeStars

The payment form is for a payment in Telegram Stars. Subtype of PaymentFormType.

interface PaymentFormTypeStars {
    @type: "paymentFormTypeStars";
    star_count: number;
}

Properties

Properties

@type: "paymentFormTypeStars"
star_count: number

Number of Telegram Stars that will be paid.