tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents the bot's short description. https://core.telegram.org/bots/api#botshortdescription. More...
#include <BotShortDescription.hpp>
Public Member Functions | |
BotShortDescription ()=default | |
BotShortDescription (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson (const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::string | shortDescription |
The bot's short description. More... | |
This object represents the bot's short description. https://core.telegram.org/bots/api#botshortdescription.
Definition at line 7 of file BotShortDescription.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file BotShortDescription.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 25 of file BotShortDescription.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 18 of file BotShortDescription.hpp.
std::string tgbotxx::BotShortDescription::shortDescription |
The bot's short description.
Definition at line 14 of file BotShortDescription.hpp.