mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
627 B
627 B
title | description |
---|---|
payments.paymentResult | payments_paymentResult attributes, type and example |
Constructor: payments.paymentResult
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, }