|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
#include <InlineQueryResult.hpp>
Public Member Functions | |
| InlineQueryResultGame () | |
| InlineQueryResultGame (const nl::json &json) | |
| nl::json | toJson () const override |
| void | fromJson (const nl::json &json) override |
Public Member Functions inherited from tgbotxx::InlineQueryResult | |
| InlineQueryResult ()=default | |
| InlineQueryResult (const nl::json &json) | |
| virtual | ~InlineQueryResult ()=default |
Public Attributes | |
| std::string | gameShortName |
| Short name of the game. | |
Public Attributes inherited from tgbotxx::InlineQueryResult | |
| std::string | type |
| Type of the result. | |
| std::string | id |
| Unique identifier for this result, 1-64 bytes. | |
| Ptr< InlineKeyboardMarkup > | replyMarkup |
| Optional. Inline keyboard attached to the message. | |
Represents a Game.
Definition at line 865 of file InlineQueryResult.hpp.
|
inline |
Definition at line 866 of file InlineQueryResult.hpp.
|
inlineexplicit |
Definition at line 869 of file InlineQueryResult.hpp.
|
inlineoverridevirtual |
Reimplemented from tgbotxx::InlineQueryResult.
Definition at line 882 of file InlineQueryResult.hpp.
|
inlineoverridevirtual |
Reimplemented from tgbotxx::InlineQueryResult.
Definition at line 876 of file InlineQueryResult.hpp.
| std::string tgbotxx::InlineQueryResultGame::gameShortName |
Short name of the game.
Definition at line 874 of file InlineQueryResult.hpp.