|
|
@@ -10,8 +10,6 @@ namespace Discord.API.Rest |
|
|
|
public Optional<string> Name { get; set; } |
|
|
|
[JsonProperty("position")] |
|
|
|
public Optional<int> Position { get; set; } |
|
|
|
[JsonProperty("parent_id")] |
|
|
|
public Optional<ulong?> CategoryId { get; set; } |
|
|
|
[JsonProperty("permission_overwrites")] |
|
|
|
public Optional<Overwrite[]> Overwrites { get; set; } |
|
|
|
} |
|
|
|