MadelineProto/docs/API_docs/constructors/paymentCharge.md

643 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, ];

Or, if you're into Lua:

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