tgbot-cpp
TgBot::ShippingOption Class Reference

This object represents one shipping option. More...

#include <ShippingOption.h>

Public Types

typedef std::shared_ptr< ShippingOptionPtr
 

Public Attributes

std::string id
 Shipping option identifier. More...
 
std::string title
 Option title. More...
 
std::vector< LabeledPrice::Ptrprices
 List of price options. More...
 

Detailed Description

This object represents one shipping option.

https://core.telegram.org/bots/api#shippingoption

Definition at line 22 of file ShippingOption.h.

Member Typedef Documentation

typedef std::shared_ptr<ShippingOption> TgBot::ShippingOption::Ptr

Definition at line 24 of file ShippingOption.h.

Member Data Documentation

std::string TgBot::ShippingOption::id

Shipping option identifier.

Definition at line 29 of file ShippingOption.h.

std::vector<LabeledPrice::Ptr> TgBot::ShippingOption::prices

List of price options.

Definition at line 39 of file ShippingOption.h.

std::string TgBot::ShippingOption::title

Option title.

Definition at line 34 of file ShippingOption.h.


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