Stream Webhook Update

Here is my live notification

Notification-ID: 5d5bed9c-6145-5743-ad35-b9b318134735

{
  "data": [{
    "community_ids": [],
    "game_id": "458688",
    "id": "30627358304",
    "language": "",
    "started_at": "2018-10-04T02:11:43Z",
    "thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_theelm-{width}x{height}.jpg",
    "title": "Bot webhook testing",
    "type": "live",
    "user_id": "19889057",
    "viewer_count": 0
  }]
}

and what is supposed to be the “offline” notification

Notification-ID: d8b2d5ca-9f2c-59bf-adc4-81e5e57ed1b3

{
  "data": [{
    "community_ids": [],
    "game_id": "458688",
    "id": "30627358304",
    "language": "en",
    "started_at": "2018-10-04T02:11:43Z",
    "thumbnail_url": "https://static-cdn.jtvnw.net/previews-ttv/live_user_theelm-{width}x{height}.jpg",
    "title": "Bot webhook testing",
    "type": "live",
    "user_id": "19889057",
    "viewer_count": 0
  }]
}

This is only from going live, and offline. Oddly both send the same information, aside from the “language”.

Thanks.