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