Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_refunded_payment Struct Reference

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
 

Detailed Description

This object represents a service message about a refunded payment.

Member Data Documentation

◆ currency

char* telebot_refunded_payment::currency

Three-letter ISO 4217 currency code

◆ invoice_payload

char* telebot_refunded_payment::invoice_payload

Bot specified invoice payload

◆ provider_payment_charge_id

char* telebot_refunded_payment::provider_payment_charge_id

Optional. Provider payment identifier

◆ telegram_payment_charge_id

char* telebot_refunded_payment::telegram_payment_charge_id

Telegram payment identifier

◆ total_amount

int telebot_refunded_payment::total_amount

Total amount in the smallest units of the currency


The documentation for this struct was generated from the following file: