Layer 220
PaymentFormMethod
Represents an additional payment method
constructor
paymentFormMethod#88f8f21b url:string title:string = PaymentFormMethod;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | URL to open in a webview to process the payment |
| Title | string | Payment method description |
Returns
PaymentFormMethodGogram Example
// Creating PaymentFormMethod constructor obj := &tg.PaymentFormMethod{ Url: "...", Title: "...", }