Started new testbed
This commit is contained in:
12
test/Discord.Net.Tests/Net/CacheInfo.cs
Normal file
12
test/Discord.Net.Tests/Net/CacheInfo.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Discord.Net
|
||||
{
|
||||
internal class CacheInfo
|
||||
{
|
||||
[JsonProperty("guild_id")]
|
||||
public ulong? GuildId { get; set; }
|
||||
[JsonProperty("version")]
|
||||
public uint Version { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user