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>.
| Name | Type | Description |
|---|---|---|
| input_invoice | InputInvoice | The invoice. |
| theme | themeParameters | Preferred payment form theme; pass null to use the default theme. |
More details on telegram's documentation.