24 #ifndef TGBOT_INVOICE_H 25 #define TGBOT_INVOICE_H 41 typedef std::shared_ptr<Invoice>
Ptr;
78 #endif //TGBOT_INVOICE_H std::string title
Product name.
std::string startParameter
Unique bot deep-linking parameter that can be used to generate this invoice.
This object contains basic information about an invoice.
std::string description
Product description.
std::string currency
Three-letter ISO 4217 currency code.
int32_t totalAmount
Total price in the smallest units of the currency (integer, not float/double).
std::shared_ptr< Invoice > Ptr