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_callback_query.html | 296 ------------------------------ 1 file changed, 296 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_callback_query.html (limited to 'docs/class_tg_bot_1_1_callback_query.html') diff --git a/docs/class_tg_bot_1_1_callback_query.html b/docs/class_tg_bot_1_1_callback_query.html deleted file mode 100644 index 521928e..0000000 --- a/docs/class_tg_bot_1_1_callback_query.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::CallbackQuery Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::CallbackQuery Class Reference
-
-
- -

This object represents an incoming callback query from a callback button in an inline keyboard. - More...

- -

#include <CallbackQuery.h>

- - - - -

-Public Types

typedef std::shared_ptr< CallbackQueryPtr
 
- - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string id
 Unique identifier for this query. More...
 
User::Ptr from
 Sender. More...
 
Message::Ptr message
 Optional. Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old. More...
 
std::string inlineMessageId
 Optional. Identifier of the message sent via the bot in inline mode, that originated the query. More...
 
std::string chatInstance
 Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games. More...
 
std::string data
 Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field. More...
 
std::string gameShortName
 
-

Detailed Description

-

This object represents an incoming callback query from a callback button in an inline keyboard.

- -

Definition at line 20 of file CallbackQuery.h.

-

Member Typedef Documentation

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

Definition at line 22 of file CallbackQuery.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::CallbackQuery::chatInstance
-
- -

Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.

- -

Definition at line 47 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::CallbackQuery::data
-
- -

Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field.

- -

Definition at line 52 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
User::Ptr TgBot::CallbackQuery::from
-
- -

Sender.

- -

Definition at line 32 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::CallbackQuery::gameShortName
-
- -

Definition at line 57 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::CallbackQuery::id
-
- -

Unique identifier for this query.

- -

Definition at line 27 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
std::string TgBot::CallbackQuery::inlineMessageId
-
- -

Optional. Identifier of the message sent via the bot in inline mode, that originated the query.

- -

Definition at line 42 of file CallbackQuery.h.

- -
-
- -
-
- - - - -
Message::Ptr TgBot::CallbackQuery::message
-
- -

Optional. Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old.

- -

Definition at line 37 of file CallbackQuery.h.

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