We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642eb2a commit e79475eCopy full SHA for e79475e
RedditSharp/Things/VotableThing.cs
@@ -71,6 +71,8 @@ private void CommonInit(Reddit reddit, IWebAgent webAgent, JToken json)
71
public int Downvotes { get; set; }
72
[JsonProperty("ups")]
73
public int Upvotes { get; set; }
74
+ [JsonProperty("score")]
75
+ public int Score { get; set; }
76
[JsonProperty("saved")]
77
public bool Saved { get; set; }
78
[JsonProperty("distinguished")]
0 commit comments