MadelineProtoDocs/old_docs/API_docs_v18/constructors/payments.paymentVerfication...

841 B

title description image redirect_from
payments.paymentVerficationNeeded payments.paymentVerficationNeeded attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/payments_paymentVerficationNeeded.html

Constructor: payments.paymentVerficationNeeded

Back to constructors index

Attributes:

Name Type Required
url string Yes

Type: payments.PaymentResult

Example:

$payments.paymentVerficationNeeded = ['_' => 'payments.paymentVerficationNeeded', 'url' => 'string'];

Or, if you're into Lua:

payments.paymentVerficationNeeded={_='payments.paymentVerficationNeeded', url='string'}