feature: Add missing channel properties (#1596)
This commit is contained in:
@@ -14,12 +14,16 @@ namespace Discord.API.Rest
|
||||
public Optional<ulong?> CategoryId { get; set; }
|
||||
[JsonProperty("position")]
|
||||
public Optional<int> Position { get; set; }
|
||||
[JsonProperty("permission_overwrites")]
|
||||
public Optional<Overwrite[]> Overwrites { get; set; }
|
||||
|
||||
//Text channels
|
||||
[JsonProperty("topic")]
|
||||
public Optional<string> Topic { get; set; }
|
||||
[JsonProperty("nsfw")]
|
||||
public Optional<bool> IsNsfw { get; set; }
|
||||
[JsonProperty("rate_limit_per_user")]
|
||||
public Optional<int> SlowModeInterval { get; set; }
|
||||
|
||||
//Voice channels
|
||||
[JsonProperty("bitrate")]
|
||||
|
||||
Reference in New Issue
Block a user