MadelineProtoDocs/old_docs/API_docs_v102/constructors/payments_paymentVerficationNeeded.md
2019-06-24 15:45:02 +02:00

789 B

title description image
payments.paymentVerficationNeeded Payment verfication needed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: payments.paymentVerficationNeeded

Back to constructors index

Payment verfication needed

Attributes:

Name Type Required Description
url string Yes URL

Type: payments_PaymentResult

Example:

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

Or, if you're into Lua:

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