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/class_tg_bot_1_1_inline_query.html | 261 -------------------------------- 1 file changed, 261 deletions(-) delete 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 deleted file mode 100644 index 445d52d..0000000 --- a/docs/class_tg_bot_1_1_inline_query.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::InlineQuery Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::InlineQuery Class Reference
-
-
- -

This object represents an incoming inline query. - More...

- -

#include <InlineQuery.h>

- - - - -

-Public Types

typedef std::shared_ptr< InlineQueryPtr
 
- - - - - - - - - - - - - - - - -

-Public Attributes

std::string id
 Unique query identifier. More...
 
User::Ptr from
 Sender. More...
 
Location::Ptr location
 Optional. Sender location, only for bots that request user location. More...
 
std::string query
 Text of the query. More...
 
std::string offset
 Offset of the results to be returned. More...
 
-

Detailed Description

-

This object represents an incoming inline query.

- -

Definition at line 21 of file InlineQuery.h.

-

Member Typedef Documentation

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

Definition at line 23 of file InlineQuery.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
User::Ptr TgBot::InlineQuery::from
-
- -

Sender.

- -

Definition at line 33 of file InlineQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::InlineQuery::id
-
- -

Unique query identifier.

- -

Definition at line 28 of file InlineQuery.h.

- -
-
- -
-
- - - - -
Location::Ptr TgBot::InlineQuery::location
-
- -

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

- -

Definition at line 38 of file InlineQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::InlineQuery::offset
-
- -

Offset of the results to be returned.

- -

Definition at line 48 of file InlineQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::InlineQuery::query
-
- -

Text of the query.

- -

Definition at line 43 of file InlineQuery.h.

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