File tree Expand file tree Collapse file tree 4 files changed +84
-8
lines changed
streamerbot/3.api/2.triggers/kick/subscriptions Expand file tree Collapse file tree 4 files changed +84
-8
lines changed Original file line number Diff line number Diff line change 11---
22title : Gift Subscription
33description : Trigger for a Kick Gift Subscription
4+ variables :
5+ - name : recipient.userName
6+ type : string
7+ description : The recipient user's display name
8+ value : KickUser123
9+ - name : recipient.userLogin
10+ type : string
11+ description : The recipient user's login name
12+ value : kickuser123
13+ - name : recipient.userId
14+ type : string
15+ description : The recipient user's id
16+ - name : recipient.profilePicture
17+ type : string
18+ description : The recipient user's profile picture
19+ - name : recipient.platform
20+ type : string
21+ description : The recipient user's platform
22+ - name : subscribedAt
23+ type : DateTime
24+ description : Subcription timestamp
25+ - name : expiresAt
26+ type : DateTime
27+ description : Subcription expiration timestamp (subscribedAt + 1 month)
428commonVariables :
529 - KickBroadcaster
30+ - KickUser
631---
7-
8- : wip
Original file line number Diff line number Diff line change 11---
22title : Mass Gift Subscription
33description : Trigger for a Kick Mass Gift Subscription
4+ variables :
5+ - name : recipient.userName#
6+ type : string
7+ description : The recipient user's display name<br># is a number starting at 0
8+ value : KickUser123
9+ - name : recipient.userLogin#
10+ type : string
11+ description : The recipient user's login name<br># is a number starting at 0
12+ value : kickuser123
13+ - name : recipient.userId#
14+ type : string
15+ description : The recipient user's id<br># is a number starting at 0
16+ - name : recipient.profilePicture#
17+ type : string
18+ description : The recipient user's profile picture<br># is a number starting at 0
19+ - name : recipient.platform#
20+ type : string
21+ description : The recipient user's platform<br># is a number starting at 0
22+ - name : subscribedAt
23+ type : DateTime
24+ description : Subcription timestamp
25+ - name : expiresAt
26+ type : DateTime
27+ description : Subcription expiration timestamp (subscribedAt + 1 month)
428commonVariables :
529 - KickBroadcaster
30+ - KickUser
631---
7-
8- : wip
Original file line number Diff line number Diff line change 11---
22title : Gift Resubscription
33description : Trigger for a Kick Resubscription
4+ variables :
5+ - name : expiresAt
6+ type : DateTime
7+ description : Subcription expiration timestamp (subscribedAt + 1 month)
8+ - name : duration
9+ type : number
10+ description : The duration of subscription
11+ value : 1
12+ - name : badgeCount
13+ type : number
14+ description : Number of badges the user has
15+ value : 1
16+ - name : monthsSubscribed
17+ type : number
18+ description : The amount of months subscribed for
19+ value : 2
420commonVariables :
521 - KickBroadcaster
22+ - KickUser
623---
7-
8- : wip
Original file line number Diff line number Diff line change 11---
22title : Subscription
33description : Trigger for a Kick Subscription
4+ variables :
5+ - name : expiresAt
6+ type : DateTime
7+ description : Subcription expiration timestamp (subscribedAt + 1 month)
8+ - name : duration
9+ type : number
10+ description : The duration of subscription
11+ value : 1
12+ - name : badgeCount
13+ type : number
14+ description : Number of badges the user has
15+ value : 1
16+ - name : monthsSubscribed
17+ type : number
18+ description : The amount of months subscribed for
19+ value : 2
420commonVariables :
521 - KickBroadcaster
22+ - KickUser
623---
7-
8- : wip
You can’t perform that action at this time.
0 commit comments