payments.getPaymentForm
Layer 225
Constructor ID: 0x37148dbb
Returns: PaymentForm
Parameters
| Name | Type | Description |
|---|---|---|
invoice | InputInvoice | |
theme_params | DataJSON (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)