joeyak / go-twitch-eventsub

MIT License
3 stars 4 forks source link

Add new channel subscription types #9

Closed isabelcoolaf closed 6 hours ago

isabelcoolaf commented 2 weeks ago

This PR adds support for these EventSub subscription types:

This PR implements the rest of the new channel. EventSub subscription types. As I stated in my other PR, I left alone channel.moderate because there is already a pretty good PR for that one: #7

I fully tested each subscription type using the library on live Twitch, and the code also passes the "example" tests. It will work exactly how you expect it to.

Please let me know if there are any concerns and I will address them promptly. Thanks :)