5 #ifndef TGBOT_LABELEDPRICE_H 6 #define TGBOT_LABELEDPRICE_H 21 typedef std::shared_ptr<LabeledPrice>
Ptr;
42 #endif //TGBOT_LABELEDPRICE_H std::shared_ptr< LabeledPrice > Ptr
This object represents a portion of the price for goods or services.
std::string label
Portion label.
int32_t amount
Price of the product in the smallest units of the currency (integer, not float/double).