Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
11 changes: 6 additions & 5 deletions events/event-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down