diff --git a/RedditSharp/Things/Post.cs b/RedditSharp/Things/Post.cs index bdaed87..178b623 100644 --- a/RedditSharp/Things/Post.cs +++ b/RedditSharp/Things/Post.cs @@ -36,6 +36,12 @@ public Post(IWebAgent agent, JToken json) : base(agent, json) /// [JsonProperty("spoiler")] public bool IsSpoiler { get; set; } + + /// + /// Returns true if this post is pinned + /// + [JsonProperty("pinned")] + public bool IsPinned { get; set; } /// /// Returns true if this post is hidden