Inital Commit
This commit is contained in:
17
TwitchDesktopNotifications/JsonStructure/Helix/User.cs
Normal file
17
TwitchDesktopNotifications/JsonStructure/Helix/User.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TwitchDesktopNotifications.JsonStructure.Helix
|
||||
{
|
||||
internal class User
|
||||
{
|
||||
public User() { }
|
||||
|
||||
[JsonPropertyName("data")]
|
||||
public List<UserData> Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user