From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d2/d62/class_tg_bot_1_1_inline_query.html | 233 +++++++++++++++++++++++++ docs/d2/d62/class_tg_bot_1_1_inline_query.js | 9 + 2 files changed, 242 insertions(+) create mode 100644 docs/d2/d62/class_tg_bot_1_1_inline_query.html create mode 100644 docs/d2/d62/class_tg_bot_1_1_inline_query.js (limited to 'docs/d2/d62') diff --git a/docs/d2/d62/class_tg_bot_1_1_inline_query.html b/docs/d2/d62/class_tg_bot_1_1_inline_query.html new file mode 100644 index 0000000..68e5a68 --- /dev/null +++ b/docs/d2/d62/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: +
+
+ + + + diff --git a/docs/d2/d62/class_tg_bot_1_1_inline_query.js b/docs/d2/d62/class_tg_bot_1_1_inline_query.js new file mode 100644 index 0000000..4a6298c --- /dev/null +++ b/docs/d2/d62/class_tg_bot_1_1_inline_query.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_inline_query = +[ + [ "Ptr", "d2/d62/class_tg_bot_1_1_inline_query.html#a82b36b38b3587e6a721b6fa579759b0c", null ], + [ "from", "d2/d62/class_tg_bot_1_1_inline_query.html#a95db52178399e81913eec2b615ef8e04", null ], + [ "id", "d2/d62/class_tg_bot_1_1_inline_query.html#a8787b5e72cbfc95c3e938143ba7f6ee7", null ], + [ "location", "d2/d62/class_tg_bot_1_1_inline_query.html#aeee09d6d167fb08ed2edd266befa8f8a", null ], + [ "offset", "d2/d62/class_tg_bot_1_1_inline_query.html#a02b19f8ececa0f1091ea52a17c3c8589", null ], + [ "query", "d2/d62/class_tg_bot_1_1_inline_query.html#ab82e5c7e1033a89af639cb105413568c", null ] +]; \ No newline at end of file -- cgit v1.2.3