1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 22:17:45 +01:00
MadelineProto/docs/API_docs/constructors/payments_paymentResult.md

627 B

title description
payments.paymentResult payments_paymentResult attributes, type and example

Constructor: payments.paymentResult

Back to constructors index

Attributes:

Name Type Required
updates Updates Yes

Type: payments_PaymentResult

Example:

$payments_paymentResult = ['_' => 'payments.paymentResult', 'updates' => Updates, ];

Or, if you're into Lua:

payments_paymentResult={_='payments.paymentResult', updates=Updates, }