Skip to content

payments.getPaymentForm

Layer 225

Constructor ID: 0x37148dbb
Returns: PaymentForm

Parameters

NameTypeDescription
invoiceInputInvoice
theme_paramsDataJSON (flags.0, optional)

Example

go
result, err := client.Raw(&tg.GetPaymentFormRequest{
    invoice: nil, // InputInvoice
    theme_params: nil, // DataJSON
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.