mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
31 lines
747 B
Markdown
31 lines
747 B
Markdown
---
|
|
title: "payments.paymentResult"
|
|
description: "Payment result"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/payments_paymentResult.html
|
|
---
|
|
# Constructor: payments.paymentResult
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Payment result
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|updates|[Updates](/API_docs/types/Updates.html) | Yes|Info about the payment|
|
|
|
|
|
|
|
|
### Type: [payments.PaymentResult](/API_docs/types/payments.PaymentResult.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$payments_paymentResult = ['_' => 'payments.paymentResult', 'updates' => Updates];
|
|
```
|