820 B
820 B
title | description | image |
---|---|---|
payments.paymentResult | payments_paymentResult attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: payments.paymentResult
Attributes:
Name | Type | Required |
---|---|---|
updates | Updates | Yes |
Type: payments_PaymentResult
Example:
$payments_paymentResult = ['_' => 'payments.paymentResult', 'updates' => Updates];
PWRTelegram json-encoded version:
{"_": "payments.paymentResult", "updates": Updates}
Or, if you're into Lua:
payments_paymentResult={_='payments.paymentResult', updates=Updates}