Interface PaymentFormTypeStarSubscription

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

interface PaymentFormTypeStarSubscription {
    @type: "paymentFormTypeStarSubscription";
    pricing: StarSubscriptionPricing;
}

Properties

Properties

@type: "paymentFormTypeStarSubscription"

Information about subscription plan.