Added VerificationLevel and DefaultMessageNotifications to Guild.ModifyAsync

This commit is contained in:
RogueException
2016-06-25 00:23:12 -03:00
parent 26eb572fdb
commit e6879cbe0f

View File

@@ -10,7 +10,9 @@ namespace Discord.API.Rest
[JsonProperty("region")]
public Optional<IVoiceRegion> Region { get; set; }
[JsonProperty("verification_level")]
public Optional<int> VerificationLevel { get; set; }
public Optional<VerificationLevel> VerificationLevel { get; set; }
[JsonProperty("default_message_notifications")]
public Optional<DefaultMessageNotifications> DefaultMessageNotifications { get; set; }
[JsonProperty("afk_timeout")]
public Optional<int> AFKTimeout { get; set; }
[JsonProperty("icon"), Image]