From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../dbc/class_tg_bot_1_1_chosen_inline_result.html | 233 +++++++++++++++++++++ .../dbc/class_tg_bot_1_1_chosen_inline_result.js | 9 + 2 files changed, 242 insertions(+) create mode 100644 docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.html create mode 100644 docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.js (limited to 'docs/d4/dbc') diff --git a/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.html b/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.html new file mode 100644 index 0000000..ce4b8cb --- /dev/null +++ b/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.html @@ -0,0 +1,233 @@ + + + + + + + +tgbot-cpp: TgBot::ChosenInlineResult Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ChosenInlineResult Class Reference
+
+
+ +

#include <ChosenInlineResult.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ChosenInlineResultPtr
 
+ + + + + + + + + + + +

+Public Attributes

std::string resultId
 
User::Ptr from
 
Location::Ptr location
 
std::string inlineMessageId
 
std::string query
 
+

Detailed Description

+

This object represents a result of an inline query that was chosen by the user and sent to their chat partner.

+ +

Definition at line 20 of file ChosenInlineResult.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<ChosenInlineResult> TgBot::ChosenInlineResult::Ptr
+
+ +

Definition at line 22 of file ChosenInlineResult.h.

+ +
+
+

Member Data Documentation

+ +

◆ from

+ +
+
+ + + + +
User::Ptr TgBot::ChosenInlineResult::from
+
+

The user that chose the result.

+ +

Definition at line 32 of file ChosenInlineResult.h.

+ +
+
+ +

◆ inlineMessageId

+ +
+
+ + + + +
std::string TgBot::ChosenInlineResult::inlineMessageId
+
+

Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message.

+ +

Definition at line 44 of file ChosenInlineResult.h.

+ +
+
+ +

◆ location

+ +
+
+ + + + +
Location::Ptr TgBot::ChosenInlineResult::location
+
+

Optional. Sender location, only for bots that require user location

+ +

Definition at line 37 of file ChosenInlineResult.h.

+ +
+
+ +

◆ query

+ +
+
+ + + + +
std::string TgBot::ChosenInlineResult::query
+
+

The query that was used to obtain the result.

+ +

Definition at line 49 of file ChosenInlineResult.h.

+ +
+
+ +

◆ resultId

+ +
+
+ + + + +
std::string TgBot::ChosenInlineResult::resultId
+
+

The unique identifier for the result that was chosen.

+ +

Definition at line 27 of file ChosenInlineResult.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.js b/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.js new file mode 100644 index 0000000..5e9e050 --- /dev/null +++ b/docs/d4/dbc/class_tg_bot_1_1_chosen_inline_result.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_chosen_inline_result = +[ + [ "Ptr", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#ad4b7edd30fd0d876fa99493fe19b3247", null ], + [ "from", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#ab35d35a8968b0d943a415a23feed48cd", null ], + [ "inlineMessageId", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#ab61cb2aadbf6ab78e334cbc49076514c", null ], + [ "location", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#af4b33cf65a66df2adb1c06843b0ff998", null ], + [ "query", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#a0fa803cc7dc0df4f5f35ce1db26d4c6d", null ], + [ "resultId", "d4/dbc/class_tg_bot_1_1_chosen_inline_result.html#a34fcb883f27cc3d3fae621a11c8f8270", null ] +]; \ No newline at end of file -- cgit v1.2.3