Cant Get UserID in C#

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

1 Like