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

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
 

Detailed Description

This object contains basic information about an invoice.

Member Data Documentation

◆ currency

char* telebot_invoice::currency

Three-letter ISO 4217 currency code

◆ description

char* telebot_invoice::description

Product description

◆ start_parameter

char* telebot_invoice::start_parameter

Unique bot deep-linking parameter that can be used to generate this invoice

◆ title

char* telebot_invoice::title

Product name

◆ total_amount

int telebot_invoice::total_amount

Total amount in the smallest units of the currency (integer, not float/double).


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