Layer 224
PaymentFormMethodObj
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 PaymentFormMethodObj constructor obj := &tg.PaymentFormMethodObj{ Url: "Hello, World!", Title: "Hello, World!", }