PaymentCharge

class pyrogram.raw.base.PaymentCharge

Charged payment

Constructors:

This base type has 1 constructor available.

PaymentCharge

Payment identifier

TL Schema

paymentCharge#ea02c27e
id:string
provider_charge_id:string

= PaymentCharge

Parameter Tree

PaymentCharge
├── idstring
└── provider_charge_idstring

Example

PaymentCharge(
    id="text",
    provider_charge_id="text",
)