Interface InputInvoiceTelegram

An invoice for a payment toward Telegram; must not be used in the in-store apps. Subtype of InputInvoice.

interface InputInvoiceTelegram {
    @type: "inputInvoiceTelegram";
    purpose: TelegramPaymentPurpose;
}

Properties

Properties

@type: "inputInvoiceTelegram"

Transaction purpose.