|
tgbot-cpp
|
This object represents one shipping option. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ShippingOption> |
Public Attributes | |
| std::string | id { } |
| Shipping option identifier. | |
| std::string | title { } |
| Option title. | |
| std::vector< std::shared_ptr< LabeledPrice > > | prices { } |
| List of price portions. | |
| using TgBot::ShippingOption::Ptr = std::shared_ptr<ShippingOption> |
| std::string TgBot::ShippingOption::id { } |
| std::vector<std::shared_ptr<LabeledPrice> > TgBot::ShippingOption::prices { } |
| std::string TgBot::ShippingOption::title { } |