Skip to content

Commit c56ea68

Browse files
Update kick channel-update (#414)
1 parent 4a2638f commit c56ea68

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

streamerbot/3.api/2.triggers/kick/general/channel-update.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,42 @@
22
title: Channel Update
33
description: Trigger for a Kick Channel Update
44
variables:
5-
- name: category.success
5+
- name: categoryUpdated
66
type: bool
7-
description: The status of the sub-action request
8-
value: True/False
9-
- name: category.id
7+
description: Whether or not the category been updated
8+
value: True
9+
- name: categoryId
1010
type: string
1111
description: The unique category identifier
1212
value: 5787
13-
- name: category.name
13+
- name: categoryName
1414
description: The unique category name
1515
value: Cats & Soup
16-
- name: category.thumbnail
16+
- name: categoryThumbnail
1717
type: string
1818
description: URL to the image for the selected category
1919
value: https://files.kick.com/images/subcategories/5787/banner/conversion/153f16f9-6a5a-4449-b7c2-0a8e14f18092-banner.webp
20+
- name: oldCategoryId
21+
type: string
22+
description: The old category identifier
23+
value: 5787
24+
- name: oldCategoryName
25+
description: The old category name
26+
value: Cats & Soup
27+
- name: oldCategoryThumbnail
28+
type: string
29+
description: URL to the image for the old category
30+
value: https://files.kick.com/images/subcategories/5787/banner/conversion/153f16f9-6a5a-4449-b7c2-0a8e14f18092-banner.webp
31+
- name: statusUpdated
32+
type: bool
33+
description: Whether or not the stream title was updated
34+
value: True
35+
- name: status
36+
description: The current stream title
37+
value: My stream title
38+
- name: oldStatus
39+
description: The old stream title
40+
value: My old stream title
2041
commonVariables:
2142
- KickBroadcaster
2243
- KickUser

0 commit comments

Comments
 (0)