Skip to content

Commit 8a6fd5b

Browse files
authored
Merge pull request #22 from nyanpasudo/master
Added property to determine if a reddit post has been archived or not
2 parents e2469b3 + 3c80e39 commit 8a6fd5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RedditSharp/Things/Post.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ public Comment[] Comments
138138
[JsonProperty("subreddit")]
139139
public string SubredditName { get; set; }
140140

141+
[JsonProperty("archived")]
142+
public bool IsArchived { get; set; }
143+
141144
[JsonProperty("stickied")]
142145
public bool IsStickied { get; set; }
143146

0 commit comments

Comments
 (0)