twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
72 stars 7 forks source link

Get Creator Goals: doesn't report `new_bit` or `new_cheerer` for the new bit goals (eventsub does) #939

Open BarryCarlyon opened 2 months ago

BarryCarlyon commented 2 months ago

Brief description

Get Creator Goals, will return a goal that is either of the bits goal but the type is blank

Example from the API:

{
    "data": [
        {
            "id": "2exwsLkNEw0qUIgX0kcOLIiVcM3",
            "broadcaster_id": "15185913",
            "broadcaster_name": "BarryCarlyon",
            "broadcaster_login": "barrycarlyon",
            "type": "",
            "description": "",
            "current_amount": 0,
            "target_amount": 1000,
            "created_at": "2024-04-11T18:22:22Z"
        }
    ]
}

How to reproduce

using https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/creatorgoals/

Expected behavior

The type to be populated

Additional context or questions

Also update the docs for the new type