28 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 forum topic. https://core.telegram.org/bots/api#forumtopic.
ForumTopic(const nl::json &json)
std::int32_t iconCustomEmojiId
Optional. Unique identifier of the custom emoji shown as the topic icon.
std::int32_t messageThreadId
Unique identifier of the forum topic.
std::int32_t iconColor
Color of the topic icon in RGB format.
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.