From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_chosen_inline_result_8h_source.html | 134 ------------------------------ 1 file changed, 134 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 359a78d..0000000 --- a/docs/_chosen_inline_result_8h_source.html +++ /dev/null @@ -1,134 +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: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