TwitchLib/TwitchLib.Api

ModifyChannelInformationAsync always throws BadRequestException

BtbN opened this issue · 1 comments

BtbN commented

I suspect this is because it unconditionally includes the delay parameter, even though Twitch says that this is invalid for non-partnered accounts.

So this API needs some way to control which request fields should be included.

BtbN commented

Fixed