From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_shipping_option.html | 224 ----------------------------- 1 file changed, 224 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_shipping_option.html (limited to 'docs/class_tg_bot_1_1_shipping_option.html') diff --git a/docs/class_tg_bot_1_1_shipping_option.html b/docs/class_tg_bot_1_1_shipping_option.html deleted file mode 100644 index 905bc9f..0000000 --- a/docs/class_tg_bot_1_1_shipping_option.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::ShippingOption Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
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: -
-
- - - - -- cgit v1.2.3