From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/_labeled_price_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_labeled_price_8h_source.html') diff --git a/docs/_labeled_price_8h_source.html b/docs/_labeled_price_8h_source.html index 0ffecae..2298a9d 100644 --- a/docs/_labeled_price_8h_source.html +++ b/docs/_labeled_price_8h_source.html @@ -84,7 +84,7 @@ $(document).ready(function(){initNavTree('_labeled_price_8h_source.html','');});
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
+
Definition: Api.h:47
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
@@ -94,7 +94,7 @@ $(document).ready(function(){initNavTree('_labeled_price_8h_source.html','');});