21 std::vector<Ptr<LabeledPrice>>
prices;
26 nl::json json = nl::json::object();
#define OBJECT_SERIALIZE_FIELD_PTR_ARRAY(json, json_field, array_field)
#define OBJECT_SERIALIZE_FIELD(json, json_field, field)
Available objects: https://core.telegram.org/bots/api#available-types.
#define OBJECT_DESERIALIZE_FIELD(json, json_field, field, default_value, optional)
Deserialize.
#define OBJECT_DESERIALIZE_FIELD_PTR_ARRAY(json, json_field, array_field, optional)
This object represents one shipping option. https://core.telegram.org/bots/api#shippingoption.
std::string title
Option title.
void fromJson(const nl::json &json)
Deserializes this object from JSON.
std::vector< Ptr< LabeledPrice > > prices
List of price portions.
std::string id
Shipping option identifier.
nl::json toJson() const
Serializes this object to JSON.
ShippingOption(const nl::json &json)