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_callback_query.html | 285 ------------------------------ 1 file changed, 285 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 529454b..0000000 --- a/docs/class_tg_bot_1_1_callback_query.html +++ /dev/null @@ -1,285 +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

- -

◆ Ptr

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

Definition at line 22 of file CallbackQuery.h.

- -
-
-

Member Data Documentation

- -

◆ chatInstance

- -
-
- - - - -
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.

- -
-
- -

◆ data

- -
-
- - - - -
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.

- -
-
- -

◆ from

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

Sender.

- -

Definition at line 32 of file CallbackQuery.h.

- -
-
- -

◆ gameShortName

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

Definition at line 57 of file CallbackQuery.h.

- -
-
- -

◆ id

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

Unique identifier for this query.

- -

Definition at line 27 of file CallbackQuery.h.

- -
-
- -

◆ inlineMessageId

- -
-
- - - - -
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

- -
-
- - - - -
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 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_callback_query.html | 296 ++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create 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 new file mode 100644 index 0000000..521928e --- /dev/null +++ b/docs/class_tg_bot_1_1_callback_query.html @@ -0,0 +1,296 @@ + + + + + + +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