tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InlineQueryResultGame Class Reference

Represents a Game. More...

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

Detailed Description

Represents a Game.

Definition at line 16 of file InlineQueryResultGame.h.

Member Typedef Documentation

◆ Ptr

Definition at line 20 of file InlineQueryResultGame.h.

Constructor & Destructor Documentation

◆ InlineQueryResultGame()

TgBot::InlineQueryResultGame::InlineQueryResultGame ( )
inline

Definition at line 22 of file InlineQueryResultGame.h.

Member Data Documentation

◆ gameShortName

std::string TgBot::InlineQueryResultGame::gameShortName

Short name of the game.

Definition at line 29 of file InlineQueryResultGame.h.

◆ TYPE

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

Definition at line 18 of file InlineQueryResultGame.h.


The documentation for this class was generated from the following file: