From d29d2297c90c9175612c2781f84502ac58a71828 Mon Sep 17 00:00:00 2001 From: tz-easygo <225998817+tz-easygo@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:56:20 +1100 Subject: [PATCH] Add pinned_time_seconds to kicked.gifted webhook event payload --- README.md | 41 +++++++++++++++++++++-------------------- events/event-types.md | 11 ++++++----- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 2237e8d..fb0c750 100644 --- a/README.md +++ b/README.md @@ -50,23 +50,24 @@ Check out our Public Roadmap [here](https://github.com/orgs/KickEngineering/proj ## Changelog -| Date | Description | -|------------|----------------------------------------------------------| -| 25/11/2025 | Made refresh tokens reusable/flexible | -| 25/11/2025 | Added tags and viewer_count to GET /categories/:id | -| 21/11/2025 | Added custom_tags to GET /livestreams | -| 21/11/2025 | Added custom_tags to GET /channels | -| 27/10/2025 | Added GET /kicks/leaderboard endpoint | -| 21/10/2025 | Added kicks.gifted webhook event | -| 20/08/2025 | Added replies_to field on chat message sent event | -| 28/07/2025 | Allow multiple broadcaster_user_id params on livestreams | -| 22/07/2025 | Added created_at to chat message payload | -| 23/05/2025 | Added moderation banned webhook event | -| 21/05/2025 | Added moderation endpoints | -| 05/05/2025 | Added livestream metadata webhook event | -| 15/04/2025 | Added reply chat message | -| 08/04/2025 | Added get channels by slug | -| 08/04/2025 | Added thumbnail to channels response | -| 07/04/2025 | Added expires_at to channel subscriptions payload | -| 07/04/2025 | Added identity object to chat sender payload | -| 01/04/2025 | Added livestreams endpoint | +| Date | Description | +|------------|----------------------------------------------------------------| +| 27/11/2025 | Added pinned_time_seconds field to kicks.gifted event payload | +| 25/11/2025 | Made refresh tokens reusable/flexible | +| 25/11/2025 | Added tags and viewer_count to GET /categories/:id | +| 21/11/2025 | Added custom_tags to GET /livestreams | +| 21/11/2025 | Added custom_tags to GET /channels | +| 27/10/2025 | Added GET /kicks/leaderboard endpoint | +| 21/10/2025 | Added kicks.gifted webhook event | +| 20/08/2025 | Added replies_to field on chat message sent event | +| 28/07/2025 | Allow multiple broadcaster_user_id params on livestreams | +| 22/07/2025 | Added created_at to chat message payload | +| 23/05/2025 | Added moderation banned webhook event | +| 21/05/2025 | Added moderation endpoints | +| 05/05/2025 | Added livestream metadata webhook event | +| 15/04/2025 | Added reply chat message | +| 08/04/2025 | Added get channels by slug | +| 08/04/2025 | Added thumbnail to channels response | +| 07/04/2025 | Added expires_at to channel subscriptions payload | +| 07/04/2025 | Added identity object to chat sender payload | +| 01/04/2025 | Added livestreams endpoint | diff --git a/events/event-types.md b/events/event-types.md index 5751391..efc8cb4 100644 --- a/events/event-types.md +++ b/events/event-types.md @@ -384,11 +384,12 @@ Headers "channel_slug": "gift_sender_channel" }, "gift": { - "amount": 100, - "name": "Full Send", - "type": "BASIC", - "tier": "BASIC", - "message": "w" + "amount": 500, + "name": "Rage Quit", + "type": "LEVEL_UP", + "tier": "MID", + "message": "w", + "pinned_time_seconds": 600 // 10 minutes }, "created_at": "2025-10-20T04:00:08.634Z" }