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.
2 parents 2068ced + 26c3fd4 commit 17c95f3Copy full SHA for 17c95f3
RedditSharp/Things/AuthenticatedUser.cs
@@ -125,7 +125,7 @@ internal override JToken GetJsonData(JToken json) {
125
/// enrolled in new modmail.
126
/// </summary>
127
[JsonProperty("new_modmail_exists")]
128
- public bool NewModmailExists { get; private set; }
+ public bool? NewModmailExists { get; private set; }
129
130
/// <summary>
131
/// Returns trus if this user is in the reddit beta program.
0 commit comments