MadelineProto/old_docs/API_docs_v70/constructors/paymentCharge.md

790 B

title description
paymentCharge paymentCharge attributes, type and example

Constructor: paymentCharge

Back to constructors index

Attributes:

Name Type Required
id string Yes
provider_charge_id string Yes

Type: PaymentCharge

Example:

$paymentCharge = ['_' => 'paymentCharge', 'id' => 'string', 'provider_charge_id' => 'string'];

PWRTelegram json-encoded version:

{"_": "paymentCharge", "id": "string", "provider_charge_id": "string"}

Or, if you're into Lua:

paymentCharge={_='paymentCharge', id='string', provider_charge_id='string'}