MadelineProtoDocs/docs/API_docs/constructors/payments_paymentVerficationNeeded.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

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

PWRTelegram json-encoded version:

{"_": "payments.paymentVerficationNeeded", "url": "string"}

Or, if you're into Lua:

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