Results 1 comments of Jinzo

That's it ``` steem.api.getDiscussionsByComments({ "start_author": "jinzo", "limit": 10 }, function (err, result) { console.log(err, result); }); ```