Interface StarPaymentOptions

Contains a list of options for buying Telegram Stars.

interface StarPaymentOptions {
    @type: "starPaymentOptions";
    options: StarPaymentOption[];
}

Properties

Properties

@type: "starPaymentOptions"

The list of options.