From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/class_tg_bot_1_1_inline_query.html | 233 -------------------------------- 1 file changed, 233 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 88a4997..0000000 --- a/docs/class_tg_bot_1_1_inline_query.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - -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