Skip to content

Commit dc99dd2

Browse files
kick that ... (#416)
* kick that ... * fix: remove wip tags --------- Co-authored-by: Whipstickgostop <[email protected]>
1 parent a1dafb3 commit dc99dd2

File tree

4 files changed

+84
-8
lines changed

4 files changed

+84
-8
lines changed

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
---
22
title: Gift Subscription
33
description: 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)
428
commonVariables:
529
- KickBroadcaster
30+
- KickUser
631
---
7-
8-
:wip

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
---
22
title: Mass Gift Subscription
33
description: 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)
428
commonVariables:
529
- KickBroadcaster
30+
- KickUser
631
---
7-
8-
:wip

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
22
title: Gift Resubscription
33
description: 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
420
commonVariables:
521
- KickBroadcaster
22+
- KickUser
623
---
7-
8-
:wip

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
22
title: Subscription
33
description: 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
420
commonVariables:
521
- KickBroadcaster
22+
- KickUser
623
---
7-
8-
:wip

0 commit comments

Comments
 (0)