twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
74 stars 6 forks source link

user.whisper.message beta endpoint is returned capitalized Whisper property. #930

Closed tacoadventure closed 8 months ago

tacoadventure commented 8 months ago

I'm testing out the beta user.whisper.message eventsub and there seems to be an issue. The event is sending back what is expected EXCEPT whisper is capitalized in the returning JSON (see below)

Here is the snippet of the JSON that I got back for the event section of the payload:

{"Whisper": {"text": "!tacos"}, "to_user_id": "431569375", "whisper_id": "88279824-5e1c-4f48-86e9-2eeb02a5ff3c", "from_user_id": "87278179", "to_user_name": "TacoDeliveryDrone", "to_user_login": "tacodeliverydrone", "from_user_name": "TacoAdventure", "from_user_login": "tacoadventure"}

Xemdo commented 8 months ago

This should be resolved now