Concrete class prototype
This commit is contained in:
13
src/Discord.Net.WebSocket/API/Voice/SelectProtocolParams.cs
Normal file
13
src/Discord.Net.WebSocket/API/Voice/SelectProtocolParams.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma warning disable CS1591
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Discord.API.Voice
|
||||
{
|
||||
public class SelectProtocolParams
|
||||
{
|
||||
[JsonProperty("protocol")]
|
||||
public string Protocol { get; set; }
|
||||
[JsonProperty("data")]
|
||||
public UdpProtocolInfo Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user