MadelineProtoDocs/docs/API_docs/constructors/paymentCharge.md
2024-05-01 14:53:46 +02:00

758 B

title description nav_exclude image
paymentCharge Payment identifier true 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'];