mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
758 B
758 B
title | description | nav_exclude | image |
---|---|---|---|
paymentCharge | Payment identifier | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: paymentCharge
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'];