729 B
729 B
title | description | image |
---|---|---|
payments.paymentResult | Payment result | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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}