|
tgbot-cpp
|
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InlineQueryResultGame> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the result, must be game. | |
| std::string | id { } |
| Unique identifier for this result, 1-64 bytes. | |
| std::string | gameShortName { } |
| Short name of the game. | |
| std::shared_ptr< InlineKeyboardMarkup > | replyMarkup { } |
| Optional. Inline keyboard attached to the message. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InlineQueryResultGame::Ptr = std::shared_ptr<InlineQueryResultGame> |
| std::string TgBot::InlineQueryResultGame::gameShortName { } |
| std::string TgBot::InlineQueryResultGame::id { } |
| std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineQueryResultGame::replyMarkup { } |
|
static |
| std::string TgBot::InlineQueryResultGame::type { TYPE } |