Reply constructor

Reply(
  1. Map map
)

Implementation

Reply(Map map)
    : root = Post(map["root"]),
      parent = Post(map["parent"]);