Skip to content

Commit 3c80e39

Browse files
committed
Added property to determine if a reddit post has been archived or not
1 parent e2469b3 commit 3c80e39

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)