From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/class_tg_bot_1_1_inline_query.html | 233 ++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 docs/class_tg_bot_1_1_inline_query.html (limited to 'docs/class_tg_bot_1_1_inline_query.html') diff --git a/docs/class_tg_bot_1_1_inline_query.html b/docs/class_tg_bot_1_1_inline_query.html new file mode 100644 index 0000000..93f616e --- /dev/null +++ b/docs/class_tg_bot_1_1_inline_query.html @@ -0,0 +1,233 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQuery Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQuery Class Reference
+
+
+ +

#include <InlineQuery.h>

+ + + + +

+Public Types

typedef std::shared_ptr< InlineQueryPtr
 
+ + + + + + + + + + + +

+Public Attributes

std::string id
 
User::Ptr from
 
Location::Ptr location
 
std::string query
 
std::string offset
 
+

Detailed Description

+

This object represents an incoming inline query.

+ +

Definition at line 20 of file InlineQuery.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 22 of file InlineQuery.h.

+ +
+
+

Member Data Documentation

+ +

◆ from

+ +
+
+ + + + +
User::Ptr TgBot::InlineQuery::from
+
+

Sender.

+ +

Definition at line 32 of file InlineQuery.h.

+ +
+
+ +

◆ id

+ +
+
+ + + + +
std::string TgBot::InlineQuery::id
+
+

Unique query identifier.

+ +

Definition at line 27 of file InlineQuery.h.

+ +
+
+ +

◆ location

+ +
+
+ + + + +
Location::Ptr TgBot::InlineQuery::location
+
+

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

+ +

Definition at line 37 of file InlineQuery.h.

+ +
+
+ +

◆ offset

+ +
+
+ + + + +
std::string TgBot::InlineQuery::offset
+
+

Offset of the results to be returned.

+ +

Definition at line 47 of file InlineQuery.h.

+ +
+
+ +

◆ query

+ +
+
+ + + + +
std::string TgBot::InlineQuery::query
+
+

Text of the query.

+ +

Definition at line 42 of file InlineQuery.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3