865 B
865 B
title | description | image | redirect_from |
---|---|---|---|
payments.paymentVerficationNeeded | Payment verfication needed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/payments_paymentVerficationNeeded.html |
Constructor: payments.paymentVerficationNeeded
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'}