File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
streamerbot/3.api/2.triggers/kick/general Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change 22title : Channel Update
33description : Trigger for a Kick Channel Update
44variables :
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
2041commonVariables :
2142 - KickBroadcaster
2243 - KickUser
You can’t perform that action at this time.
0 commit comments