|
Telebot 9.4
Library for Telegram bot API
|
This object represents a service message about a refunded payment. More...
#include <telebot-types.h>
Public Attributes | |
| char * | currency |
| int | total_amount |
| char * | invoice_payload |
| char * | telegram_payment_charge_id |
| char * | provider_payment_charge_id |
This object represents a service message about a refunded payment.
| char* telebot_refunded_payment::currency |
Three-letter ISO 4217 currency code
| char* telebot_refunded_payment::invoice_payload |
Bot specified invoice payload
| char* telebot_refunded_payment::provider_payment_charge_id |
Optional. Provider payment identifier
| char* telebot_refunded_payment::telegram_payment_charge_id |
Telegram payment identifier
| int telebot_refunded_payment::total_amount |
Total amount in the smallest units of the currency