[ifcbrk] feature: suppress messages

yeah man I support the first amendment
This commit is contained in:
Christopher Felegy
2019-06-21 17:17:54 -04:00
parent 1e8aa080ab
commit cd288923c3
9 changed files with 65 additions and 2 deletions

View File

@@ -50,5 +50,7 @@ namespace Discord.API
// sent with Rich Presence-related chat embeds
[JsonProperty("application")]
public Optional<MessageApplication> Application { get; set; }
[JsonProperty("flags")]
public Optional<MessageFlags> Flags { get; set; }
}
}