MadelineProtoDocs/docs/API_docs/constructors/payments_paymentVerificatio...

772 B

title description image
payments.paymentVerificationNeeded payments_paymentVerificationNeeded attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: payments.paymentVerificationNeeded

Back to constructors index

Attributes:

Name Type Required
url string Yes

Type: payments_PaymentResult

Example:

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

Or, if you're into Lua:

payments_paymentVerificationNeeded={_='payments.paymentVerificationNeeded', url='string'}