PaymentRefunded
- class pyrogram.types.PaymentRefunded
Contains information about a refunded payment.
- Parameters:
user (
User
) – The user that refunded the payment.currency (
str
) – Three-letter ISO 4217 currency code.total_amount (
int
) – Total price in the smallest units of the currency.payload (
str
, optional) – Bot specified invoice payload. Only available to the bot that received the payment.telegram_payment_charge_id (
str
, optional) – Telegram payment identifier.provider_payment_charge_id (
str
, optional) – Provider payment identifier.