mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
817 B
817 B
title | description | nav_exclude | image |
---|---|---|---|
paymentFormMethod | Represents an additional payment method | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: paymentFormMethod
Represents an additional payment method
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL to open in a webview to process the payment |
title | string | Yes | Payment method description |
Type: PaymentFormMethod
Example:
$paymentFormMethod = ['_' => 'paymentFormMethod', 'url' => 'string', 'title' => 'string'];