From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_chosen_inline_result_8h_source.html | 110 ------------------------------ 1 file changed, 110 deletions(-) delete mode 100644 docs/_chosen_inline_result_8h_source.html (limited to 'docs/_chosen_inline_result_8h_source.html') diff --git a/docs/_chosen_inline_result_8h_source.html b/docs/_chosen_inline_result_8h_source.html deleted file mode 100644 index dab4a97..0000000 --- a/docs/_chosen_inline_result_8h_source.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/ChosenInlineResult.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
ChosenInlineResult.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 27/03/16.
3 //
4 
5 #ifndef TGBOT_CHOSENINLINERESULT_H
6 #define TGBOT_CHOSENINLINERESULT_H
7 
8 #include <string>
9 #include <memory>
10 
11 #include "tgbot/types/User.h"
12 #include "tgbot/types/Location.h"
13 
14 namespace TgBot {
15 
22 public:
23  typedef std::shared_ptr<ChosenInlineResult> Ptr;
24 
28  std::string resultId;
29 
34 
39 
46  std::string inlineMessageId;
47 
51  std::string query;
52 };
53 }
54 
55 #endif //TGBOT_CHOSENINLINERESULT_H
This object represents a result of an inline query that was chosen by the user and sent to their chat...
-
User::Ptr from
The user that chose the result.
-
std::string query
The query that was used to obtain the result.
-
Definition: Api.h:47
-
std::shared_ptr< Location > Ptr
Definition: Location.h:38
-
std::shared_ptr< ChosenInlineResult > Ptr
-
std::string inlineMessageId
Optional. Identifier of the sent inline message.
-
std::string resultId
The unique identifier for the result that was chosen.
- -
Location::Ptr location
Optional. Sender location, only for bots that require user location.
- -
std::shared_ptr< User > Ptr
Definition: User.h:39
-
-
- - - - -- 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/_chosen_inline_result_8h_source.html | 134 ++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 docs/_chosen_inline_result_8h_source.html (limited to 'docs/_chosen_inline_result_8h_source.html') diff --git a/docs/_chosen_inline_result_8h_source.html b/docs/_chosen_inline_result_8h_source.html new file mode 100644 index 0000000..359a78d --- /dev/null +++ b/docs/_chosen_inline_result_8h_source.html @@ -0,0 +1,134 @@ + + + + + + +tgbot-cpp: include/tgbot/types/ChosenInlineResult.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ChosenInlineResult.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 27/03/16.
3 //
4 
5 #ifndef TGBOT_CHOSENINLINERESULT_H
6 #define TGBOT_CHOSENINLINERESULT_H
7 
8 #include <string>
9 #include <memory>
10 
11 #include "tgbot/types/User.h"
12 #include "tgbot/types/Location.h"
13 
14 namespace TgBot {
15 
22 public:
23  typedef std::shared_ptr<ChosenInlineResult> Ptr;
24 
28  std::string resultId;
29 
34 
39 
46  std::string inlineMessageId;
47 
51  std::string query;
52 };
53 }
54 
55 #endif //TGBOT_CHOSENINLINERESULT_H
This object represents a result of an inline query that was chosen by the user and sent to their chat...
+
User::Ptr from
The user that chose the result.
+
std::string query
The query that was used to obtain the result.
+
Definition: Api.h:49
+
std::shared_ptr< Location > Ptr
Definition: Location.h:38
+
std::shared_ptr< ChosenInlineResult > Ptr
+
std::string inlineMessageId
Optional. Identifier of the sent inline message.
+
std::string resultId
The unique identifier for the result that was chosen.
+ +
Location::Ptr location
Optional. Sender location, only for bots that require user location.
+ +
std::shared_ptr< User > Ptr
Definition: User.h:39
+
+
+ + + + -- cgit v1.2.3