26 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 a service message about a new forum topic created in the chat....
std::string iconCustomEmojiId
Optional. Unique identifier of the custom emoji shown as the topic icon.
nl::json toJson() const
Serializes this object to JSON.
std::string name
Name of the topic.
void fromJson(const nl::json &json)
Deserializes this object from JSON.
ForumTopicCreated(const nl::json &json)
std::int32_t iconColor
Color of the topic icon in RGB format.
ForumTopicCreated()=default