From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../class_tg_bot_1_1_inline_query_result_game.html | 251 +++++++++++++++++++++ .../class_tg_bot_1_1_inline_query_result_game.js | 6 + .../class_tg_bot_1_1_inline_query_result_game.png | Bin 0 -> 778 bytes 3 files changed, 257 insertions(+) create mode 100644 docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.html create mode 100644 docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.js create mode 100644 docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.png (limited to 'docs/d1/d0b') diff --git a/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.html b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.html new file mode 100644 index 0000000..0e08ea0 --- /dev/null +++ b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.html @@ -0,0 +1,251 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultGame Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultGame Class Reference
+
+
+ +

#include <InlineQueryResultGame.h>

+
+Inheritance diagram for TgBot::InlineQueryResultGame:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InlineQueryResultGamePtr
 
- Public Types inherited from TgBot::InlineQueryResult
typedef std::shared_ptr< InlineQueryResultPtr
 
+ + + + + + + + +

+Public Member Functions

 InlineQueryResultGame ()
 
- Public Member Functions inherited from TgBot::InlineQueryResult
 InlineQueryResult ()
 
virtual ~InlineQueryResult ()
 
+ + + + + + + + + + + + + + + + +

+Public Attributes

std::string gameShortName
 
- Public Attributes inherited from TgBot::InlineQueryResult
std::string type
 
std::string id
 
std::string title
 
std::string caption
 
InlineKeyboardMarkup::Ptr replyMarkup
 
InputMessageContent::Ptr inputMessageContent
 
+ + + +

+Static Public Attributes

static const std::string TYPE
 
+

Detailed Description

+

Represents a Game.

+ +

Definition at line 19 of file InlineQueryResultGame.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<InlineQueryResultGame> TgBot::InlineQueryResultGame::Ptr
+
+ +

Definition at line 23 of file InlineQueryResultGame.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultGame()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultGame::InlineQueryResultGame ()
+
+inline
+
+ +

Definition at line 25 of file InlineQueryResultGame.h.

+ +
+
+

Member Data Documentation

+ +

◆ gameShortName

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultGame::gameShortName
+
+

Short name of the game

+ +

Definition at line 32 of file InlineQueryResultGame.h.

+ +
+
+ +

◆ TYPE

+ +
+
+ + + + + +
+ + + + +
const std::string TgBot::InlineQueryResultGame::TYPE
+
+static
+
+ +

Definition at line 21 of file InlineQueryResultGame.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.js b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.js new file mode 100644 index 0000000..1b93952 --- /dev/null +++ b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_inline_query_result_game = +[ + [ "Ptr", "d1/d0b/class_tg_bot_1_1_inline_query_result_game.html#ae929b7f837f1fb20fd5cda2004d7f84d", null ], + [ "InlineQueryResultGame", "d1/d0b/class_tg_bot_1_1_inline_query_result_game.html#adb22300e3e1fedc1b0ff50826d6035f8", null ], + [ "gameShortName", "d1/d0b/class_tg_bot_1_1_inline_query_result_game.html#a27eeb729c70e39bd963b99090c53e93a", null ] +]; \ No newline at end of file diff --git a/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.png b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.png new file mode 100644 index 0000000..d797ba6 Binary files /dev/null and b/docs/d1/d0b/class_tg_bot_1_1_inline_query_result_game.png differ -- cgit v1.2.3