Layer 224
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

Gogram Example

// Creating PaymentFormMethodObj constructor
obj := &tg.PaymentFormMethodObj{
    Url: "Hello, World!",
    Title: "Hello, World!",
}