Skip to content

Commit 5ccc5e1

Browse files
docs: add additional kicks gifted variables
1 parent 85f77e4 commit 5ccc5e1

File tree

1 file changed

+29
-0
lines changed
  • streamerbot/3.api/2.triggers/kick/kicks

1 file changed

+29
-0
lines changed

streamerbot/3.api/2.triggers/kick/kicks/gifted.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,35 @@ variables:
1919
description: The tier of the gift reward
2020
type: string
2121
value: MID
22+
- name: kicks.pinnedTimeSeconds
23+
description: The amount of seconds the gift is pinned in the chat
24+
type: int
25+
value: 600
26+
- name: kicks.createdAt
27+
description: The timestamp of when the gift was created
28+
type: string
29+
value: "1/1/0001 12:00:00 AM"
30+
- name: rawInput
31+
type: string
32+
description: The message receieved in chat
33+
- name: rawInputEscaped
34+
type: string
35+
description: The message escaped
36+
- name: rawInputUrlEncoded
37+
type: string
38+
description: The message URL encoded
39+
- name: input.count
40+
type: number
41+
description: The number of words in the message received
42+
- name: input#
43+
type: string
44+
description: The `#` word of the message entered, spaces are delimiters and variable names are 0 indexed, so `input0` would give the first word, `input1` would give the second, and so on
45+
- name: inputEscaped#
46+
type: string
47+
description: The indexed word escaped
48+
- name: inputUrlEncoded#
49+
type: string
50+
description: The indexed word URL encoded
2251
commonVariables:
2352
- KickBroadcaster
2453
- KickUser

0 commit comments

Comments
 (0)