TwitchLib/TwitchLib.Api

Endpoint GetVIPsAsync throw when parsing json response

NephChevsky opened this issue · 2 comments

Hi

When calling GetVIPsAsync, I get an exception when parsing the json response.
Apparently Username is declared as a boolean inside ChannelVIPsResponseModel and clearly it's not :D

https://github.com/TwitchLib/TwitchLib.Api/blob/2d5955151f96ab1ab4f5b6d13c259c37c5df0455/TwitchLib.Api.Helix.Models/Channels/GetChannelVIPs/ChannelVIPsResponseModel.cs

It seems to be fixed in dev branch, so we just have to wait for the merge ;)

7258a7d

Fixed in Version 3.7.0