View Source ExTDLib.Method.GetPaymentForm (ExTDLib v0.0.4)

Returns an invoice payment form. This method must be called when the user presses inline button of the type inlineKeyboardButtonTypeBuy. Returns object_ptr<PaymentForm>.

NameTypeDescription
input_invoiceInputInvoiceThe invoice.
themethemeParametersPreferred payment form theme; pass null to use the default theme.

More details on telegram's documentation.