|
|
@@ -46,11 +46,13 @@ namespace Discord.API |
|
|
|
[JsonProperty("system_channel_id")] |
|
|
|
public ulong? SystemChannelId { get; set; } |
|
|
|
[JsonProperty("premium_tier")] |
|
|
|
public int PremiumTier { get; set; } |
|
|
|
public PremiumTier PremiumTier { get; set; } |
|
|
|
[JsonProperty("vanity_url_code")] |
|
|
|
public string VanityURLCode { get; set; } |
|
|
|
[JsonProperty("description")] |
|
|
|
public string Description { get; set; } |
|
|
|
// this value is inverted, flags set will turn OFF features |
|
|
|
[JsonProperty("system_channel_flags")] |
|
|
|
public int SystemChannelFlags { get; set; } |
|
|
|
public SystemChannelMessageDeny SystemChannelFlags { get; set; } |
|
|
|
} |
|
|
|
} |