Browse Source

Removed duplicate model

tags/1.0-rc
RogueException 8 years ago
parent
commit
123fc90efc
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      src/Discord.Net.WebSocket/API/Gateway/UpdateStatusParams.cs

+ 0
- 14
src/Discord.Net.WebSocket/API/Gateway/UpdateStatusParams.cs View File

@@ -1,14 +0,0 @@
#pragma warning disable CS1591
using Newtonsoft.Json;

namespace Discord.API.Gateway
{
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class UpdateStatusParams
{
[JsonProperty("idle_since")]
public long? IdleSince { get; set; }
[JsonProperty("game")]
public Game Game { get; set; }
}
}

Loading…
Cancel
Save