MadelineProtoDocs/docs/API_docs/constructors/paymentCharge.md

804 B

title description image
paymentCharge Payment identifier https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: paymentCharge

Back to constructors index

Payment identifier

Attributes:

Name Type Required Description
id string Yes Telegram payment identifier
provider_charge_id string Yes Provider payment identifier

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'}