From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_inline_query.html | 246 -------------------------------- 1 file changed, 246 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 570b7bc..0000000 --- a/docs/class_tg_bot_1_1_inline_query.html +++ /dev/null @@ -1,246 +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

- -

◆ Ptr

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

Definition at line 23 of file InlineQuery.h.

- -
-
-

Member Data Documentation

- -

◆ from

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

Sender.

- -

Definition at line 33 of file InlineQuery.h.

- -
-
- -

◆ id

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

Unique query identifier.

- -

Definition at line 28 of file InlineQuery.h.

- -
-
- -

◆ location

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

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

- -

Definition at line 38 of file InlineQuery.h.

- -
-
- -

◆ offset

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

Offset of the results to be returned.

- -

Definition at line 48 of file InlineQuery.h.

- -
-
- -

◆ query

- -
-
- - - - -
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 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_inline_query.html | 261 ++++++++++++++++++++++++++++++++ 1 file changed, 261 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..445d52d --- /dev/null +++ b/docs/class_tg_bot_1_1_inline_query.html @@ -0,0 +1,261 @@ + + + + + + +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