From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_shipping_option.html | 205 ----------------------------- 1 file changed, 205 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 ff146ac..0000000 --- a/docs/class_tg_bot_1_1_shipping_option.html +++ /dev/null @@ -1,205 +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

- -

◆ Ptr

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

Definition at line 24 of file ShippingOption.h.

- -
-
-

Member Data Documentation

- -

◆ id

- -
-
- - - - -
std::string TgBot::ShippingOption::id
-
- -

Shipping option identifier.

- -

Definition at line 29 of file ShippingOption.h.

- -
-
- -

◆ prices

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

List of price options.

- -

Definition at line 39 of file ShippingOption.h.

- -
-
- -

◆ title

- -
-
- - - - -
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 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_shipping_option.html | 224 +++++++++++++++++++++++++++++ 1 file changed, 224 insertions(+) create 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 new file mode 100644 index 0000000..905bc9f --- /dev/null +++ b/docs/class_tg_bot_1_1_shipping_option.html @@ -0,0 +1,224 @@ + + + + + + +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