19 nl::json json = nl::json::object();
#define OBJECT_SERIALIZE_FIELD(json, json_field, field)
Available objects: https://core.telegram.org/bots/api#available-types.
#define OBJECT_DESERIALIZE_FIELD(json, json_field, field, default_value, optional)
Deserialize.
This object represents the bot's short description. https://core.telegram.org/bots/api#botshortdescri...
nl::json toJson() const
Serializes this object to JSON.
void fromJson(const nl::json &json)
Deserializes this object from JSON.
BotShortDescription(const nl::json &json)
BotShortDescription()=default
std::string shortDescription
The bot's short description.