tgbot-cpp
|
#include <InlineQueryResultGame.h>
Public Types | |
typedef std::shared_ptr< InlineQueryResultGame > | Ptr |
Public Types inherited from TgBot::InlineQueryResult | |
typedef std::shared_ptr< InlineQueryResult > | Ptr |
Public Member Functions | |
InlineQueryResultGame () | |
Public Member Functions inherited from TgBot::InlineQueryResult | |
InlineQueryResult () | |
virtual | ~InlineQueryResult () |
Public Attributes | |
std::string | gameShortName |
Short name of the game. | |
Public Attributes inherited from TgBot::InlineQueryResult | |
std::string | type |
Type of the result. | |
std::string | id |
Unique identifier for this result, 1-64 bytes. | |
InlineKeyboardMarkup::Ptr | replyMarkup |
Optional. Inline keyboard attached to the message. | |
Static Public Attributes | |
static const std::string | TYPE |
Represents a Game.
Definition at line 16 of file InlineQueryResultGame.h.
typedef std::shared_ptr<InlineQueryResultGame> TgBot::InlineQueryResultGame::Ptr |
Definition at line 21 of file InlineQueryResultGame.h.
|
inline |
Definition at line 23 of file InlineQueryResultGame.h.
std::string TgBot::InlineQueryResultGame::gameShortName |
Short name of the game.
Definition at line 30 of file InlineQueryResultGame.h.
|
static |
Definition at line 19 of file InlineQueryResultGame.h.