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

Represents a Game. More...

#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< InlineKeyboardMarkupreplyMarkup { }
 Optional. Inline keyboard attached to the message.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Represents a Game.

Definition at line 5319 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 5320 of file Types.h.

Member Data Documentation

◆ gameShortName

std::string TgBot::InlineQueryResultGame::gameShortName { }

Short name of the game.

Definition at line 5337 of file Types.h.

◆ id

std::string TgBot::InlineQueryResultGame::id { }

Unique identifier for this result, 1-64 bytes.

Definition at line 5332 of file Types.h.

◆ replyMarkup

std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineQueryResultGame::replyMarkup { }

Optional. Inline keyboard attached to the message.

Definition at line 5342 of file Types.h.

◆ TYPE

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

Definition at line 5322 of file Types.h.

◆ type

std::string TgBot::InlineQueryResultGame::type { TYPE }

Type of the result, must be game.

Definition at line 5327 of file Types.h.


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