From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d3/df8/class_tg_bot_1_1_callback_query.html | 270 +++++++++++++++++++++++ docs/d3/df8/class_tg_bot_1_1_callback_query.js | 11 + 2 files changed, 281 insertions(+) create mode 100644 docs/d3/df8/class_tg_bot_1_1_callback_query.html create mode 100644 docs/d3/df8/class_tg_bot_1_1_callback_query.js (limited to 'docs/d3/df8') diff --git a/docs/d3/df8/class_tg_bot_1_1_callback_query.html b/docs/d3/df8/class_tg_bot_1_1_callback_query.html new file mode 100644 index 0000000..5c4ea35 --- /dev/null +++ b/docs/d3/df8/class_tg_bot_1_1_callback_query.html @@ -0,0 +1,270 @@ + + + + + + + +tgbot-cpp: TgBot::CallbackQuery Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::CallbackQuery Class Reference
+
+
+ +

#include <CallbackQuery.h>

+ + + + +

+Public Types

typedef std::shared_ptr< CallbackQueryPtr
 
+ + + + + + + + + + + + + + + +

+Public Attributes

std::string id
 
User::Ptr from
 
Message::Ptr message
 
std::string inlineMessageId
 
std::string chatInstance
 
std::string data
 
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: +
+
+ + + + diff --git a/docs/d3/df8/class_tg_bot_1_1_callback_query.js b/docs/d3/df8/class_tg_bot_1_1_callback_query.js new file mode 100644 index 0000000..a989e4a --- /dev/null +++ b/docs/d3/df8/class_tg_bot_1_1_callback_query.js @@ -0,0 +1,11 @@ +var class_tg_bot_1_1_callback_query = +[ + [ "Ptr", "d3/df8/class_tg_bot_1_1_callback_query.html#a5a5e4f8368bd95ba214e68cde5d1c7c0", null ], + [ "chatInstance", "d3/df8/class_tg_bot_1_1_callback_query.html#a1c60e74159327d5e9e686f4a1278a373", null ], + [ "data", "d3/df8/class_tg_bot_1_1_callback_query.html#a9247402a210f4df79cf044683fb66734", null ], + [ "from", "d3/df8/class_tg_bot_1_1_callback_query.html#a355ff7d9025603af780a63be540da901", null ], + [ "gameShortName", "d3/df8/class_tg_bot_1_1_callback_query.html#ab2547a0ea44c8a39f351354335082234", null ], + [ "id", "d3/df8/class_tg_bot_1_1_callback_query.html#ae9a9b23ba076f2c6d6ba4421de85f7df", null ], + [ "inlineMessageId", "d3/df8/class_tg_bot_1_1_callback_query.html#a1565d380d5aa70d2304f572e5b56a24e", null ], + [ "message", "d3/df8/class_tg_bot_1_1_callback_query.html#a4d36cf008195c0b9b95d2ad7c8561795", null ] +]; \ No newline at end of file -- cgit v1.2.3