tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ShippingOption Struct Reference

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.

Detailed Description

This object represents one shipping option.

Definition at line 13206 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ShippingOption::Ptr = std::shared_ptr<ShippingOption>

Definition at line 13207 of file Types.h.

Member Data Documentation

◆ id

std::string TgBot::ShippingOption::id { }

Shipping option identifier.

Definition at line 13212 of file Types.h.

◆ prices

std::vector<std::shared_ptr<LabeledPrice> > TgBot::ShippingOption::prices { }

List of price portions.

Definition at line 13222 of file Types.h.

◆ title

std::string TgBot::ShippingOption::title { }

Option title.

Definition at line 13217 of file Types.h.


The documentation for this struct was generated from the following file: