MadelineProtoDocs/docs/API_docs/constructors/paymentFormMethod.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];