tgbot-cpp
|
This object represents one shipping option. More...
#include <ShippingOption.h>
Public Types | |
typedef std::shared_ptr< ShippingOption > | Ptr |
Public Attributes | |
std::string | id |
Shipping option identifier. | |
std::string | title |
Option title. | |
std::vector< LabeledPrice::Ptr > | prices |
List of price options. | |
This object represents one shipping option.
https://core.telegram.org/bots/api#shippingoption
Definition at line 19 of file ShippingOption.h.
typedef std::shared_ptr<ShippingOption> TgBot::ShippingOption::Ptr |
Definition at line 21 of file ShippingOption.h.
std::string TgBot::ShippingOption::id |
Shipping option identifier.
Definition at line 26 of file ShippingOption.h.
std::vector<LabeledPrice::Ptr> TgBot::ShippingOption::prices |
List of price options.
Definition at line 36 of file ShippingOption.h.
std::string TgBot::ShippingOption::title |
Option title.
Definition at line 31 of file ShippingOption.h.