diff --git a/status/types/chat.nim b/status/types/chat.nim index 60126b6..a909817 100644 --- a/status/types/chat.nim +++ b/status/types/chat.nim @@ -56,6 +56,7 @@ proc toJsonNode*(self: Chat): JsonNode = "color": self.color, "deletedAtClockValue": self.deletedAtClockValue, "id": self.id, + "communityId": self.communityId, "lastClockValue": self.lastClockValue, "lastMessage": nil, "members": self.members.toJsonNode,