MadelineProto/old_docs/API_docs_v66/constructors/paymentCharge.md
2017-07-23 16:11:02 +02:00

781 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, }