pajlada / go-twitch-pubsub

Twitch PubSub library for Go
MIT License
21 stars 9 forks source link

Fix WhisperEvent struct #13

Closed beatzzz closed 1 year ago

beatzzz commented 1 year ago

The Whisper Event Message documentation (https://dev.twitch.tv/docs/pubsub/#topics) seems to be outdated and doesn't reflect what PubSub actually sends. This commit uses a struct that was created based off production data instead.