920 B
920 B
title | description | image |
---|---|---|
payments.paymentVerficationNeeded | Payment verfication needed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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'];
PWRTelegram json-encoded version:
{"_": "payments.paymentVerficationNeeded", "url": "string"}
Or, if you're into Lua:
payments_paymentVerficationNeeded={_='payments.paymentVerficationNeeded', url='string'}