795 B
795 B
title | description | image | redirect_from |
---|---|---|---|
payments.paymentResult | Payment result | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/payments_paymentResult.html |
Constructor: payments.paymentResult
Payment result
Attributes:
Name | Type | Required | Description |
---|---|---|---|
updates | Updates | Yes | Info about the payment |
Type: payments.PaymentResult
Example:
$payments.paymentResult = ['_' => 'payments.paymentResult', 'updates' => Updates];
Or, if you're into Lua:
payments.paymentResult={_='payments.paymentResult', updates=Updates}