Skip to content

Commit 084490b

Browse files
authored
and a lil fix (#417)
1 parent dc99dd2 commit 084490b

3 files changed

Lines changed: 45 additions & 13 deletions

File tree

streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
title: Mass Gift Subscription
33
description: Trigger for a Kick Mass Gift Subscription
44
variables:
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

streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2036
commonVariables:
2137
- KickBroadcaster
2238
- KickUser

streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2036
commonVariables:
2137
- KickBroadcaster
2238
- KickUser

0 commit comments

Comments
 (0)