mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
747 B
747 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
payments.paymentResult | Payment result | true | 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];