RedditSharp-DEPRECATED- icon indicating copy to clipboard operation
RedditSharp-DEPRECATED- copied to clipboard

Comments of post - gives me only 37 comments. Can i sort that?

Open kamilk91 opened this issue 5 years ago • 1 comments

Hello

this.reddit = new RedditSharp.Reddit(agent);
...(...)...
Comment[] comments = reddit.GetPost(new Uri(interestedUri)).Comments;

How to order by date added or something? I see 37 oldest posts.

kamilk91 avatar Aug 24 '19 17:08 kamilk91

What version are you using?

CrustyJew avatar Aug 29 '19 13:08 CrustyJew