Made API models internal. Removed Discord.Net.API.
This commit is contained in:
11
src/Discord.Net.Rest/API/Rest/GetGuildPruneCountResponse.cs
Normal file
11
src/Discord.Net.Rest/API/Rest/GetGuildPruneCountResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma warning disable CS1591
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Discord.API.Rest
|
||||
{
|
||||
internal class GetGuildPruneCountResponse
|
||||
{
|
||||
[JsonProperty("pruned")]
|
||||
public int Pruned { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user