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 2068ced commit 26c3fd4Copy full SHA for 26c3fd4
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