|
Telebot 9.4
Library for Telegram bot API
|
This object contains basic information about an invoice. More...
#include <telebot-types.h>
Public Attributes | |
| char * | title |
| char * | description |
| char * | start_parameter |
| char * | currency |
| int | total_amount |
This object contains basic information about an invoice.
| char* telebot_invoice::currency |
Three-letter ISO 4217 currency code
| char* telebot_invoice::description |
Product description
| char* telebot_invoice::start_parameter |
Unique bot deep-linking parameter that can be used to generate this invoice
| char* telebot_invoice::title |
Product name
| int telebot_invoice::total_amount |
Total amount in the smallest units of the currency (integer, not float/double).