From ce9bcf9d653a0598b41fcf52708d01b396c6fd30 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 27 May 2018 22:44:51 +0300 Subject: Update README.md and docs --- docs/_labeled_price_8h_source.html | 103 +++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 docs/_labeled_price_8h_source.html (limited to 'docs/_labeled_price_8h_source.html') diff --git a/docs/_labeled_price_8h_source.html b/docs/_labeled_price_8h_source.html new file mode 100644 index 0000000..d70fdf9 --- /dev/null +++ b/docs/_labeled_price_8h_source.html @@ -0,0 +1,103 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/LabeledPrice.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
LabeledPrice.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_LABELEDPRICE_H
6 #define TGBOT_LABELEDPRICE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
19 class LabeledPrice {
20 public:
21  typedef std::shared_ptr<LabeledPrice> Ptr;
22 
26  std::string label;
27 
38  int32_t amount;
39 };
40 }
41 
42 #endif //TGBOT_LABELEDPRICE_H
std::shared_ptr< LabeledPrice > Ptr
Definition: LabeledPrice.h:21
+
Definition: Api.h:46
+
This object represents a portion of the price for goods or services.
Definition: LabeledPrice.h:19
+
std::string label
Portion label.
Definition: LabeledPrice.h:26
+
int32_t amount
Price of the product in the smallest units of the currency (integer, not float/double).
Definition: LabeledPrice.h:38
+
+
+ + + + -- cgit v1.2.3