not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.01k stars 125 forks source link

How to get all parent comment from a thread #341

Open tnm0113 opened 3 years ago

tnm0113 commented 3 years ago

Hi all, I have a thread like that: Submission |--Comment 1 ---|--Comment 2 ------|--Comment 3 If i have id of comment 3, how can i get the above ones. I know i can get parent recursively but i can't find property to distinguish between comment and submission. And do we have better way to do that ? Tks