okay Problem sloved im just to stupid
I have to add a new class
namespace TwitchDll.Models
{
public class UsersID : TwitchResponse
{
[JsonProperty(“users”)]
public List Users { get; set; }
}
}
before i used the normal Users class
okay Problem sloved im just to stupid
I have to add a new class
namespace TwitchDll.Models
{
public class UsersID : TwitchResponse
{
[JsonProperty(“users”)]
public List Users { get; set; }
}
}
before i used the normal Users class