From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_shipping_option_8h_source.html | 105 ----------------------------------- 1 file changed, 105 deletions(-) delete mode 100644 docs/_shipping_option_8h_source.html (limited to 'docs/_shipping_option_8h_source.html') diff --git a/docs/_shipping_option_8h_source.html b/docs/_shipping_option_8h_source.html deleted file mode 100644 index d8648a5..0000000 --- a/docs/_shipping_option_8h_source.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/ShippingOption.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
ShippingOption.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Maks Mazurov (fox.cpp) on 21.05.17.
3 //
4 
5 #ifndef TGBOT_SHIPPINGOPTION_H
6 #define TGBOT_SHIPPINGOPTION_H
7 
8 #include <string>
9 #include <memory>
10 #include <vector>
12 
13 namespace TgBot {
14 
23 public:
24  typedef std::shared_ptr<ShippingOption> Ptr;
25 
29  std::string id;
30 
34  std::string title;
35 
39  std::vector<LabeledPrice::Ptr> prices;
40 };
41 }
42 
43 #endif //TGBOT_SHIPPINGOPTION_H
std::shared_ptr< ShippingOption > Ptr
-
Definition: Api.h:47
-
This object represents one shipping option.
-
std::string id
Shipping option identifier.
-
std::vector< LabeledPrice::Ptr > prices
List of price options.
-
std::string title
Option title.
- -
-
- - - - -- 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/_shipping_option_8h_source.html | 129 +++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/_shipping_option_8h_source.html (limited to 'docs/_shipping_option_8h_source.html') diff --git a/docs/_shipping_option_8h_source.html b/docs/_shipping_option_8h_source.html new file mode 100644 index 0000000..9282170 --- /dev/null +++ b/docs/_shipping_option_8h_source.html @@ -0,0 +1,129 @@ + + + + + + +tgbot-cpp: include/tgbot/types/ShippingOption.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ShippingOption.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Maks Mazurov (fox.cpp) on 21.05.17.
3 //
4 
5 #ifndef TGBOT_SHIPPINGOPTION_H
6 #define TGBOT_SHIPPINGOPTION_H
7 
8 #include <string>
9 #include <memory>
10 #include <vector>
12 
13 namespace TgBot {
14 
23 public:
24  typedef std::shared_ptr<ShippingOption> Ptr;
25 
29  std::string id;
30 
34  std::string title;
35 
39  std::vector<LabeledPrice::Ptr> prices;
40 };
41 }
42 
43 #endif //TGBOT_SHIPPINGOPTION_H
std::shared_ptr< ShippingOption > Ptr
+
Definition: Api.h:49
+
This object represents one shipping option.
+
std::string id
Shipping option identifier.
+
std::vector< LabeledPrice::Ptr > prices
List of price options.
+
std::string title
Option title.
+ +
+
+ + + + -- cgit v1.2.3