| @@ -29,6 +29,10 @@ namespace Discord.API | |||||
| public ulong? SystemChannelId { get; set; } | public ulong? SystemChannelId { get; set; } | ||||
| [JsonProperty("verification_level")] | [JsonProperty("verification_level")] | ||||
| public VerificationLevel VerificationLevel { get; set; } | public VerificationLevel VerificationLevel { get; set; } | ||||
| [JsonProperty("default_message_notifications")] | |||||
| public DefaultMessageNotifications DefaultMessageNotifications { get; set; } | |||||
| [JsonProperty("explicit_content_filter")] | |||||
| public ExplicitContentFilterLevel ExplicitContentFilter { get; set; } | |||||
| [JsonProperty("voice_states")] | [JsonProperty("voice_states")] | ||||
| public VoiceState[] VoiceStates { get; set; } | public VoiceState[] VoiceStates { get; set; } | ||||
| [JsonProperty("roles")] | [JsonProperty("roles")] | ||||
| @@ -39,9 +43,5 @@ namespace Discord.API | |||||
| public string[] Features { get; set; } | public string[] Features { get; set; } | ||||
| [JsonProperty("mfa_level")] | [JsonProperty("mfa_level")] | ||||
| public MfaLevel MfaLevel { get; set; } | public MfaLevel MfaLevel { get; set; } | ||||
| [JsonProperty("default_message_notifications")] | |||||
| public DefaultMessageNotifications DefaultMessageNotifications { get; set; } | |||||
| [JsonProperty("explicit_content_filter")] | |||||
| public ExplicitContentFilterLevel ExplicitContentFilter { get; set; } | |||||
| } | } | ||||
| } | } | ||||