841 B
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
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'}