tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents the bot's description. https://core.telegram.org/bots/api#botdescription. More...
#include <BotDescription.hpp>
Public Member Functions | |
BotDescription ()=default | |
BotDescription (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 | description |
The bot's description. More... | |
This object represents the bot's description. https://core.telegram.org/bots/api#botdescription.
Definition at line 7 of file BotDescription.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file BotDescription.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 25 of file BotDescription.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 18 of file BotDescription.hpp.
std::string tgbotxx::BotDescription::description |
The bot's description.
Definition at line 14 of file BotDescription.hpp.