File tree Expand file tree Collapse file tree
streamerbot/3.api/2.triggers/kick/subscriptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22title : Mass Gift Subscription
33description : Trigger for a Kick Mass Gift Subscription
44variables :
5- - name : recipient.userName#
5+ - name : recipient.#.userName
66 type : string
77 description : The recipient user's display name<br># is a number starting at 0
88 value : KickUser123
9- - name : recipient.userLogin#
9+ - name : recipient.#.userLogin
1010 type : string
1111 description : The recipient user's login name<br># is a number starting at 0
1212 value : kickuser123
13- - name : recipient.userId#
13+ - name : recipient.#.userId
1414 type : string
1515 description : The recipient user's id<br># is a number starting at 0
16- - name : recipient.profilePicture#
16+ - name : recipient.#.profilePicture
1717 type : string
1818 description : The recipient user's profile picture<br># is a number starting at 0
19- - name : recipient.platform#
19+ - name : recipient.#.platform
2020 type : string
2121 description : The recipient user's platform<br># is a number starting at 0
2222 - name : subscribedAt
Original file line number Diff line number Diff line change @@ -9,14 +9,30 @@ variables:
99 type : number
1010 description : The duration of subscription
1111 value : 1
12- - name : badgeCount
13- type : number
14- description : Number of badges the user has
15- value : 1
1612 - name : monthsSubscribed
1713 type : number
1814 description : The amount of months subscribed for
1915 value : 2
16+ - name : badgeCount
17+ type : number
18+ description : Number of badges the user has
19+ value : 1
20+ - name : badge
21+ type : List
22+ description : A C# accessible list of badges used in the chat message
23+ children :
24+ - name : badge.#.id
25+ type : string
26+ description : Plain text name of the badge
27+ value : broadcaster
28+ - name : badge.#.name
29+ type : string
30+ description : Unique identifier for the badge
31+ value : Broadcaster
32+ - name : badge.#.info
33+ type : string
34+ description : URL of the badge image
35+ value : https://files.kick.com/badges/broadcaster
2036commonVariables :
2137 - KickBroadcaster
2238 - KickUser
Original file line number Diff line number Diff line change @@ -9,14 +9,30 @@ variables:
99 type : number
1010 description : The duration of subscription
1111 value : 1
12- - name : badgeCount
13- type : number
14- description : Number of badges the user has
15- value : 1
1612 - name : monthsSubscribed
1713 type : number
1814 description : The amount of months subscribed for
1915 value : 2
16+ - name : badgeCount
17+ type : number
18+ description : Number of badges the user has
19+ value : 1
20+ - name : badge
21+ type : List
22+ description : A C# accessible list of badges used in the chat message
23+ children :
24+ - name : badge.#.id
25+ type : string
26+ description : Plain text name of the badge
27+ value : broadcaster
28+ - name : badge.#.name
29+ type : string
30+ description : Unique identifier for the badge
31+ value : Broadcaster
32+ - name : badge.#.info
33+ type : string
34+ description : URL of the badge image
35+ value : https://files.kick.com/badges/broadcaster
2036commonVariables :
2137 - KickBroadcaster
2238 - KickUser
You can’t perform that action at this time.
0 commit comments