@allior/wmake-streamelements-events 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -10
- package/src/react/hooks/index.ts +0 -3
- package/src/react/hooks/use-event-listener.ts +0 -20
- package/src/react/hooks/use-on-event-received.ts +0 -108
- package/src/react/hooks/use-on-widget-load.ts +0 -15
- package/src/react/index.ts +0 -3
- package/src/react/types/index.ts +0 -1
- package/src/react/types/window-events.ts +0 -6
- package/src/root/aggregate.ts +0 -257
- package/src/root/classifier.ts +0 -271
- package/src/root/commands.ts +0 -39
- package/src/root/data/field-value.ts +0 -2
- package/src/root/data/index.ts +0 -2
- package/src/root/data/widget-load.ts +0 -5
- package/src/root/guards/index.ts +0 -1
- package/src/root/guards/on-event-received.ts +0 -58
- package/src/root/index.ts +0 -11
- package/src/root/keys.ts +0 -14
- package/src/root/message/index.ts +0 -1
- package/src/root/message/twitch/index.ts +0 -2
- package/src/root/message/twitch/message.ts +0 -48
- package/src/root/message/twitch/user-message-data.ts +0 -112
- package/src/root/queue/alert-queue.ts +0 -31
- package/src/root/queue/index.ts +0 -2
- package/src/root/queue/next-alert-callback.ts +0 -7
- package/src/root/sources/alerts.ts +0 -163
- package/src/root/sources/index.ts +0 -5
- package/src/root/sources/messages.ts +0 -1611
- package/src/root/sources/on-widget-load-detail.ts +0 -968
- package/src/root/types/index.ts +0 -2
- package/src/root/types/on-event-received/base.ts +0 -94
- package/src/root/types/on-event-received/cheer.ts +0 -10
- package/src/root/types/on-event-received/donation.ts +0 -29
- package/src/root/types/on-event-received/follower.ts +0 -9
- package/src/root/types/on-event-received/index.ts +0 -58
- package/src/root/types/on-event-received/message.ts +0 -13
- package/src/root/types/on-event-received/moderation.ts +0 -7
- package/src/root/types/on-event-received/other.ts +0 -14
- package/src/root/types/on-event-received/raid.ts +0 -10
- package/src/root/types/on-event-received/subscriber.ts +0 -77
- package/src/root/types/on-widget-load/base.ts +0 -35
- package/src/root/types/on-widget-load/index.ts +0 -3
- package/src/root/types/on-widget-load/recents.ts +0 -33
- package/src/root/types/on-widget-load/session.ts +0 -102
- package/src/root/window-event-map.ts +0 -9
- package/tsconfig.app.json +0 -31
- package/tsconfig.json +0 -8
- package/tsconfig.node.json +0 -25
- package/vite.config.ts +0 -36
- package/vite.iife.config.ts +0 -52
|
@@ -1,1611 +0,0 @@
|
|
|
1
|
-
export const testMessages = {
|
|
2
|
-
zeroWidthEmotesInRow: {
|
|
3
|
-
listener: "message",
|
|
4
|
-
event: {
|
|
5
|
-
service: "twitch",
|
|
6
|
-
data: {
|
|
7
|
-
time: 1768317417111,
|
|
8
|
-
tags: {
|
|
9
|
-
"badge-info": "subscriber/23",
|
|
10
|
-
badges: "broadcaster/1,subscriber/0",
|
|
11
|
-
"client-nonce": "f70c4cd8b6034d1f805298246ee1bc35",
|
|
12
|
-
color: "#DAA520",
|
|
13
|
-
"display-name": "An1by",
|
|
14
|
-
emotes: "",
|
|
15
|
-
"first-msg": "0",
|
|
16
|
-
flags: "",
|
|
17
|
-
id: "5f752ae3-4be9-4f93-82d1-d78575ba07fd",
|
|
18
|
-
mod: "0",
|
|
19
|
-
"returning-chatter": "0",
|
|
20
|
-
"room-id": "958683839",
|
|
21
|
-
subscriber: "1",
|
|
22
|
-
"tmi-sent-ts": "1768317416862",
|
|
23
|
-
turbo: "0",
|
|
24
|
-
"user-id": "958683839",
|
|
25
|
-
"user-type": "",
|
|
26
|
-
},
|
|
27
|
-
nick: "an1by",
|
|
28
|
-
userId: "958683839",
|
|
29
|
-
displayName: "An1by",
|
|
30
|
-
displayColor: "#DAA520",
|
|
31
|
-
badges: [
|
|
32
|
-
{
|
|
33
|
-
type: "broadcaster",
|
|
34
|
-
version: "1",
|
|
35
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
36
|
-
description: "Broadcaster",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
type: "subscriber",
|
|
40
|
-
version: "0",
|
|
41
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
42
|
-
description: "Subscriber",
|
|
43
|
-
},
|
|
44
|
-
],
|
|
45
|
-
channel: "an1by",
|
|
46
|
-
text: "Censored Censored Censored emotes in row",
|
|
47
|
-
isAction: false,
|
|
48
|
-
emotes: [
|
|
49
|
-
{
|
|
50
|
-
type: "7tv",
|
|
51
|
-
name: "Censored",
|
|
52
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
53
|
-
gif: true,
|
|
54
|
-
animated: true,
|
|
55
|
-
urls: {
|
|
56
|
-
"1": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
57
|
-
"2": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
58
|
-
"3": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
59
|
-
"4": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
60
|
-
},
|
|
61
|
-
start: 0,
|
|
62
|
-
end: 8,
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
type: "7tv",
|
|
66
|
-
name: "Censored",
|
|
67
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
68
|
-
gif: true,
|
|
69
|
-
animated: true,
|
|
70
|
-
urls: {
|
|
71
|
-
"1": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
72
|
-
"2": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
73
|
-
"3": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
74
|
-
"4": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
75
|
-
},
|
|
76
|
-
start: 9,
|
|
77
|
-
end: 17,
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
type: "7tv",
|
|
81
|
-
name: "Censored",
|
|
82
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
83
|
-
gif: true,
|
|
84
|
-
animated: true,
|
|
85
|
-
urls: {
|
|
86
|
-
"1": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
87
|
-
"2": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
88
|
-
"3": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
89
|
-
"4": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
90
|
-
},
|
|
91
|
-
start: 18,
|
|
92
|
-
end: 26,
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
msgId: "5f752ae3-4be9-4f93-82d1-d78575ba07fd",
|
|
96
|
-
},
|
|
97
|
-
renderedText:
|
|
98
|
-
'<img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote"><img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote"><img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote">emotes in row',
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
|
-
zeroWidthEmoteInMiddle: {
|
|
102
|
-
listener: "message",
|
|
103
|
-
event: {
|
|
104
|
-
service: "twitch",
|
|
105
|
-
data: {
|
|
106
|
-
time: 1768317383248,
|
|
107
|
-
tags: {
|
|
108
|
-
"badge-info": "subscriber/23",
|
|
109
|
-
badges: "broadcaster/1,subscriber/0",
|
|
110
|
-
"client-nonce": "847f9c27722340d090eddcb0d0662b5b",
|
|
111
|
-
color: "#DAA520",
|
|
112
|
-
"display-name": "An1by",
|
|
113
|
-
emotes: "",
|
|
114
|
-
"first-msg": "0",
|
|
115
|
-
flags: "",
|
|
116
|
-
id: "3dea1e1e-89f7-4a5f-b743-13ba0386492f",
|
|
117
|
-
mod: "0",
|
|
118
|
-
"returning-chatter": "0",
|
|
119
|
-
"room-id": "958683839",
|
|
120
|
-
subscriber: "1",
|
|
121
|
-
"tmi-sent-ts": "1768317382987",
|
|
122
|
-
turbo: "0",
|
|
123
|
-
"user-id": "958683839",
|
|
124
|
-
"user-type": "",
|
|
125
|
-
},
|
|
126
|
-
nick: "an1by",
|
|
127
|
-
userId: "958683839",
|
|
128
|
-
displayName: "An1by",
|
|
129
|
-
displayColor: "#DAA520",
|
|
130
|
-
badges: [
|
|
131
|
-
{
|
|
132
|
-
type: "broadcaster",
|
|
133
|
-
version: "1",
|
|
134
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
135
|
-
description: "Broadcaster",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
type: "subscriber",
|
|
139
|
-
version: "0",
|
|
140
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
141
|
-
description: "Subscriber",
|
|
142
|
-
},
|
|
143
|
-
],
|
|
144
|
-
channel: "an1by",
|
|
145
|
-
text: "text and Censored emote",
|
|
146
|
-
isAction: false,
|
|
147
|
-
emotes: [
|
|
148
|
-
{
|
|
149
|
-
type: "7tv",
|
|
150
|
-
name: "Censored",
|
|
151
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
152
|
-
gif: true,
|
|
153
|
-
animated: true,
|
|
154
|
-
urls: {
|
|
155
|
-
"1": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
156
|
-
"2": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
157
|
-
"3": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
158
|
-
"4": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
159
|
-
},
|
|
160
|
-
start: 9,
|
|
161
|
-
end: 17,
|
|
162
|
-
},
|
|
163
|
-
],
|
|
164
|
-
msgId: "3dea1e1e-89f7-4a5f-b743-13ba0386492f",
|
|
165
|
-
},
|
|
166
|
-
renderedText:
|
|
167
|
-
'text and <img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote">emote',
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
zeroWidthEmoteFirst: {
|
|
171
|
-
listener: "message",
|
|
172
|
-
event: {
|
|
173
|
-
service: "twitch",
|
|
174
|
-
data: {
|
|
175
|
-
time: 1768317236883,
|
|
176
|
-
tags: {
|
|
177
|
-
"badge-info": "subscriber/23",
|
|
178
|
-
badges: "broadcaster/1,subscriber/0",
|
|
179
|
-
"client-nonce": "e9d0621827184c1b940fd700ae599d60",
|
|
180
|
-
color: "#DAA520",
|
|
181
|
-
"display-name": "An1by",
|
|
182
|
-
emotes: "",
|
|
183
|
-
"first-msg": "0",
|
|
184
|
-
flags: "",
|
|
185
|
-
id: "6f347337-354a-42e5-bab0-935e19d74152",
|
|
186
|
-
mod: "0",
|
|
187
|
-
"returning-chatter": "0",
|
|
188
|
-
"room-id": "958683839",
|
|
189
|
-
subscriber: "1",
|
|
190
|
-
"tmi-sent-ts": "1768317236625",
|
|
191
|
-
turbo: "0",
|
|
192
|
-
"user-id": "958683839",
|
|
193
|
-
"user-type": "",
|
|
194
|
-
},
|
|
195
|
-
nick: "an1by",
|
|
196
|
-
userId: "958683839",
|
|
197
|
-
displayName: "An1by",
|
|
198
|
-
displayColor: "#DAA520",
|
|
199
|
-
badges: [
|
|
200
|
-
{
|
|
201
|
-
type: "broadcaster",
|
|
202
|
-
version: "1",
|
|
203
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
204
|
-
description: "Broadcaster",
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
type: "subscriber",
|
|
208
|
-
version: "0",
|
|
209
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
210
|
-
description: "Subscriber",
|
|
211
|
-
},
|
|
212
|
-
],
|
|
213
|
-
channel: "an1by",
|
|
214
|
-
text: "Censored <- zeroWidth emote on the first place",
|
|
215
|
-
isAction: false,
|
|
216
|
-
emotes: [
|
|
217
|
-
{
|
|
218
|
-
type: "7tv",
|
|
219
|
-
name: "Censored",
|
|
220
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
221
|
-
gif: true,
|
|
222
|
-
animated: true,
|
|
223
|
-
urls: {
|
|
224
|
-
"1": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
225
|
-
"2": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
226
|
-
"3": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
227
|
-
"4": "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
228
|
-
},
|
|
229
|
-
start: 0,
|
|
230
|
-
end: 8,
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
|
-
msgId: "6f347337-354a-42e5-bab0-935e19d74152",
|
|
234
|
-
},
|
|
235
|
-
renderedText:
|
|
236
|
-
'<img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote"><- zeroWidth emote on the first place',
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
veryShort: {
|
|
240
|
-
listener: "message",
|
|
241
|
-
event: {
|
|
242
|
-
service: "twitch",
|
|
243
|
-
data: {
|
|
244
|
-
time: 1749743750546,
|
|
245
|
-
tags: {
|
|
246
|
-
"badge-info": "",
|
|
247
|
-
badges: "",
|
|
248
|
-
"client-nonce": "a3fe71a5771d0c31466dd333c963231e",
|
|
249
|
-
color: "",
|
|
250
|
-
"display-name": "An1by",
|
|
251
|
-
emotes: "",
|
|
252
|
-
"first-msg": "0",
|
|
253
|
-
flags: "",
|
|
254
|
-
id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
255
|
-
mod: "0",
|
|
256
|
-
"returning-chatter": "0",
|
|
257
|
-
"room-id": "958683839",
|
|
258
|
-
subscriber: "0",
|
|
259
|
-
"tmi-sent-ts": "1749743749437",
|
|
260
|
-
turbo: "0",
|
|
261
|
-
"user-id": "958683839",
|
|
262
|
-
"user-type": "",
|
|
263
|
-
},
|
|
264
|
-
nick: "IHaveVeryBigNickname",
|
|
265
|
-
userId: "958683839",
|
|
266
|
-
displayName: "IHaveVeryBigNickname",
|
|
267
|
-
displayColor: "",
|
|
268
|
-
badges: [],
|
|
269
|
-
channel: "IHaveVeryBigNickname",
|
|
270
|
-
text: "A!",
|
|
271
|
-
isAction: false,
|
|
272
|
-
emotes: [],
|
|
273
|
-
msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
274
|
-
},
|
|
275
|
-
renderedText: "A!",
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
viewer: {
|
|
279
|
-
listener: "message",
|
|
280
|
-
event: {
|
|
281
|
-
service: "twitch",
|
|
282
|
-
data: {
|
|
283
|
-
time: 1749743750546,
|
|
284
|
-
tags: {
|
|
285
|
-
"badge-info": "",
|
|
286
|
-
badges: "",
|
|
287
|
-
"client-nonce": "a3fe71a5771d0c31466dd333c963231e",
|
|
288
|
-
color: "",
|
|
289
|
-
"display-name": "An1by",
|
|
290
|
-
emotes: "",
|
|
291
|
-
"first-msg": "0",
|
|
292
|
-
flags: "",
|
|
293
|
-
id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
294
|
-
mod: "0",
|
|
295
|
-
"returning-chatter": "0",
|
|
296
|
-
"room-id": "958683839",
|
|
297
|
-
subscriber: "0",
|
|
298
|
-
"tmi-sent-ts": "1749743749437",
|
|
299
|
-
turbo: "0",
|
|
300
|
-
"user-id": "958683839",
|
|
301
|
-
"user-type": "",
|
|
302
|
-
},
|
|
303
|
-
nick: "SimpleViewer",
|
|
304
|
-
userId: "958683839",
|
|
305
|
-
displayName: "SimpleViewer",
|
|
306
|
-
displayColor: "",
|
|
307
|
-
badges: [],
|
|
308
|
-
channel: "SimpleViewer",
|
|
309
|
-
text: "I finally finished it...",
|
|
310
|
-
isAction: false,
|
|
311
|
-
emotes: [],
|
|
312
|
-
msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
313
|
-
},
|
|
314
|
-
renderedText: "I finally finished it...",
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
vip: {
|
|
318
|
-
listener: "message",
|
|
319
|
-
event: {
|
|
320
|
-
service: "twitch",
|
|
321
|
-
data: {
|
|
322
|
-
time: 1749743844261,
|
|
323
|
-
tags: {
|
|
324
|
-
"badge-info": "",
|
|
325
|
-
badges: "vip/1",
|
|
326
|
-
"client-nonce": "fd72ba163a9cc1a6486b2eddb0f5d893",
|
|
327
|
-
color: "",
|
|
328
|
-
"display-name": "An1by",
|
|
329
|
-
emotes: "",
|
|
330
|
-
"first-msg": "0",
|
|
331
|
-
flags: "",
|
|
332
|
-
id: "51cac44b-9908-49d2-b424-489276e1e521",
|
|
333
|
-
mod: "0",
|
|
334
|
-
"returning-chatter": "0",
|
|
335
|
-
"room-id": "958683839",
|
|
336
|
-
subscriber: "0",
|
|
337
|
-
"tmi-sent-ts": "1749743843170",
|
|
338
|
-
turbo: "0",
|
|
339
|
-
"user-id": "958683839",
|
|
340
|
-
"user-type": "",
|
|
341
|
-
vip: "1",
|
|
342
|
-
},
|
|
343
|
-
nick: "VipPersona",
|
|
344
|
-
userId: "958683839",
|
|
345
|
-
displayName: "VipPersona",
|
|
346
|
-
displayColor: "",
|
|
347
|
-
badges: [
|
|
348
|
-
{
|
|
349
|
-
type: "vip",
|
|
350
|
-
version: "1",
|
|
351
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",
|
|
352
|
-
description: "VIP",
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
channel: "VipPersona",
|
|
356
|
-
text: "I am a VIP persona!",
|
|
357
|
-
isAction: false,
|
|
358
|
-
emotes: [],
|
|
359
|
-
msgId: "51cac44b-9908-49d2-b424-489276e1e521",
|
|
360
|
-
},
|
|
361
|
-
renderedText: "I am a VIP persona!",
|
|
362
|
-
},
|
|
363
|
-
},
|
|
364
|
-
vipLong: {
|
|
365
|
-
listener: "message",
|
|
366
|
-
event: {
|
|
367
|
-
service: "twitch",
|
|
368
|
-
data: {
|
|
369
|
-
time: 1749743844261,
|
|
370
|
-
tags: {
|
|
371
|
-
"badge-info": "",
|
|
372
|
-
badges: "vip/1",
|
|
373
|
-
"client-nonce": "fd72ba163a9cc1a6486b2eddb0f5d893",
|
|
374
|
-
color: "",
|
|
375
|
-
"display-name": "An1by",
|
|
376
|
-
emotes: "",
|
|
377
|
-
"first-msg": "0",
|
|
378
|
-
flags: "",
|
|
379
|
-
id: "51cac44b-9908-49d2-b424-489276e1e521",
|
|
380
|
-
mod: "0",
|
|
381
|
-
"returning-chatter": "0",
|
|
382
|
-
"room-id": "958683839",
|
|
383
|
-
subscriber: "0",
|
|
384
|
-
"tmi-sent-ts": "1749743843170",
|
|
385
|
-
turbo: "0",
|
|
386
|
-
"user-id": "958683839",
|
|
387
|
-
"user-type": "",
|
|
388
|
-
vip: "1",
|
|
389
|
-
},
|
|
390
|
-
nick: "VipPersona",
|
|
391
|
-
userId: "958683839",
|
|
392
|
-
displayName: "VipPersona",
|
|
393
|
-
displayColor: "",
|
|
394
|
-
badges: [
|
|
395
|
-
{
|
|
396
|
-
type: "vip",
|
|
397
|
-
version: "1",
|
|
398
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",
|
|
399
|
-
description: "VIP",
|
|
400
|
-
},
|
|
401
|
-
],
|
|
402
|
-
channel: "VipPersona",
|
|
403
|
-
text: "I am a VIP persona! Are you see this?",
|
|
404
|
-
isAction: false,
|
|
405
|
-
emotes: [],
|
|
406
|
-
msgId: "51cac44b-9908-49d2-b424-489276e1e521",
|
|
407
|
-
},
|
|
408
|
-
renderedText: "I am a VIP persona! Are you see this?",
|
|
409
|
-
},
|
|
410
|
-
},
|
|
411
|
-
artist: {
|
|
412
|
-
listener: "message",
|
|
413
|
-
event: {
|
|
414
|
-
service: "twitch",
|
|
415
|
-
data: {
|
|
416
|
-
time: 1749743916482,
|
|
417
|
-
tags: {
|
|
418
|
-
"badge-info": "",
|
|
419
|
-
badges: "artist-badge/1",
|
|
420
|
-
"client-nonce": "54128d734d44e28ffc32e1ce236993f5",
|
|
421
|
-
color: "",
|
|
422
|
-
"display-name": "An1by",
|
|
423
|
-
emotes: "",
|
|
424
|
-
"first-msg": "0",
|
|
425
|
-
flags: "",
|
|
426
|
-
id: "8ee7e71a-3608-486a-bd82-a82b65982ca7",
|
|
427
|
-
mod: "0",
|
|
428
|
-
"returning-chatter": "0",
|
|
429
|
-
"room-id": "958683839",
|
|
430
|
-
subscriber: "0",
|
|
431
|
-
"tmi-sent-ts": "1749743915371",
|
|
432
|
-
turbo: "0",
|
|
433
|
-
"user-id": "958683839",
|
|
434
|
-
"user-type": "",
|
|
435
|
-
},
|
|
436
|
-
nick: "StarArtist",
|
|
437
|
-
userId: "958683839",
|
|
438
|
-
displayName: "StarArtist",
|
|
439
|
-
displayColor: "",
|
|
440
|
-
badges: [
|
|
441
|
-
{
|
|
442
|
-
type: "artist-badge",
|
|
443
|
-
version: "1",
|
|
444
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3",
|
|
445
|
-
description: "Artist",
|
|
446
|
-
},
|
|
447
|
-
],
|
|
448
|
-
channel: "StarArtist",
|
|
449
|
-
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
450
|
-
isAction: false,
|
|
451
|
-
emotes: [],
|
|
452
|
-
msgId: "8ee7e71a-3608-486a-bd82-a82b65982ca7",
|
|
453
|
-
},
|
|
454
|
-
renderedText:
|
|
455
|
-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
456
|
-
},
|
|
457
|
-
},
|
|
458
|
-
subscriber: {
|
|
459
|
-
listener: "message",
|
|
460
|
-
event: {
|
|
461
|
-
data: {
|
|
462
|
-
tags: {
|
|
463
|
-
badges: "subscriber/1",
|
|
464
|
-
color: "#ff69b4",
|
|
465
|
-
vip: "0",
|
|
466
|
-
subscriber: "1",
|
|
467
|
-
"user-id": "100135110",
|
|
468
|
-
"user-type": "subscriber",
|
|
469
|
-
},
|
|
470
|
-
nick: "YourSub",
|
|
471
|
-
userId: "100135110",
|
|
472
|
-
displayName: "YourSub",
|
|
473
|
-
displayColor: "#ff69b4",
|
|
474
|
-
badges: [
|
|
475
|
-
{
|
|
476
|
-
type: "partner",
|
|
477
|
-
version: "1",
|
|
478
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3",
|
|
479
|
-
description: "Verified",
|
|
480
|
-
},
|
|
481
|
-
],
|
|
482
|
-
text: "This is a subscriber's test message. I'm just a subscriber, srsly.",
|
|
483
|
-
emotes: [],
|
|
484
|
-
msgId: "43285909-412c-4eee-b80d-89f1482ba53142",
|
|
485
|
-
},
|
|
486
|
-
renderedText:
|
|
487
|
-
"This is a subscriber's test message. I'm just a subscriber, srsly.",
|
|
488
|
-
},
|
|
489
|
-
},
|
|
490
|
-
founder: {
|
|
491
|
-
listener: "message",
|
|
492
|
-
event: {
|
|
493
|
-
service: "twitch",
|
|
494
|
-
data: {
|
|
495
|
-
time: 1749743750546,
|
|
496
|
-
tags: {
|
|
497
|
-
"badge-info": "",
|
|
498
|
-
badges: "founder/1,subscriber/1",
|
|
499
|
-
"client-nonce": "a3fe71a5771d0c31466dd333c963231e",
|
|
500
|
-
color: "",
|
|
501
|
-
"display-name": "sub__founder",
|
|
502
|
-
emotes: "",
|
|
503
|
-
"first-msg": "0",
|
|
504
|
-
flags: "",
|
|
505
|
-
id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
506
|
-
mod: "0",
|
|
507
|
-
"returning-chatter": "0",
|
|
508
|
-
"room-id": "958683839",
|
|
509
|
-
subscriber: "1",
|
|
510
|
-
"tmi-sent-ts": "1749743749437",
|
|
511
|
-
turbo: "0",
|
|
512
|
-
"user-id": "958683839",
|
|
513
|
-
"user-type": "",
|
|
514
|
-
},
|
|
515
|
-
nick: "sub__founder",
|
|
516
|
-
userId: "958683839",
|
|
517
|
-
displayName: "sub__founder",
|
|
518
|
-
displayColor: "",
|
|
519
|
-
badges: [
|
|
520
|
-
{
|
|
521
|
-
type: "founder",
|
|
522
|
-
},
|
|
523
|
-
],
|
|
524
|
-
channel: "an1by",
|
|
525
|
-
text: "I finally finished it...",
|
|
526
|
-
isAction: false,
|
|
527
|
-
emotes: [],
|
|
528
|
-
msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
|
|
529
|
-
},
|
|
530
|
-
renderedText: "I finally finished it...",
|
|
531
|
-
},
|
|
532
|
-
},
|
|
533
|
-
moderator: {
|
|
534
|
-
listener: "message",
|
|
535
|
-
event: {
|
|
536
|
-
service: "twitch",
|
|
537
|
-
data: {
|
|
538
|
-
time: 1749743997223,
|
|
539
|
-
tags: {
|
|
540
|
-
"badge-info": "",
|
|
541
|
-
badges: "moderator/1",
|
|
542
|
-
color: "",
|
|
543
|
-
"display-name": "An1by",
|
|
544
|
-
emotes: "",
|
|
545
|
-
"first-msg": "0",
|
|
546
|
-
flags: "",
|
|
547
|
-
id: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
|
|
548
|
-
mod: "1",
|
|
549
|
-
"returning-chatter": "0",
|
|
550
|
-
"room-id": "958683839",
|
|
551
|
-
subscriber: "0",
|
|
552
|
-
"tmi-sent-ts": "1749743996136",
|
|
553
|
-
turbo: "0",
|
|
554
|
-
"user-id": "958683839",
|
|
555
|
-
"user-type": "mod",
|
|
556
|
-
},
|
|
557
|
-
nick: "mediator",
|
|
558
|
-
userId: "958683839",
|
|
559
|
-
displayName: "mediator",
|
|
560
|
-
displayColor: "",
|
|
561
|
-
badges: [
|
|
562
|
-
{
|
|
563
|
-
type: "moderator",
|
|
564
|
-
version: "1",
|
|
565
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",
|
|
566
|
-
description: "Moderator",
|
|
567
|
-
},
|
|
568
|
-
],
|
|
569
|
-
channel: "mediator",
|
|
570
|
-
text: "Did someone say... MODERATOR!?",
|
|
571
|
-
isAction: false,
|
|
572
|
-
emotes: [],
|
|
573
|
-
msgId: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
|
|
574
|
-
},
|
|
575
|
-
renderedText: "Did someone say... MODERATOR!?",
|
|
576
|
-
},
|
|
577
|
-
},
|
|
578
|
-
moderatorLong: {
|
|
579
|
-
listener: "message",
|
|
580
|
-
event: {
|
|
581
|
-
service: "twitch",
|
|
582
|
-
data: {
|
|
583
|
-
time: 1749743997223,
|
|
584
|
-
tags: {
|
|
585
|
-
"badge-info": "",
|
|
586
|
-
badges: "moderator/1",
|
|
587
|
-
color: "",
|
|
588
|
-
"display-name": "An1by",
|
|
589
|
-
emotes: "",
|
|
590
|
-
"first-msg": "0",
|
|
591
|
-
flags: "",
|
|
592
|
-
id: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
|
|
593
|
-
mod: "1",
|
|
594
|
-
"returning-chatter": "0",
|
|
595
|
-
"room-id": "958683839",
|
|
596
|
-
subscriber: "0",
|
|
597
|
-
"tmi-sent-ts": "1749743996136",
|
|
598
|
-
turbo: "0",
|
|
599
|
-
"user-id": "958683839",
|
|
600
|
-
"user-type": "mod",
|
|
601
|
-
},
|
|
602
|
-
nick: "mediator",
|
|
603
|
-
userId: "958683839",
|
|
604
|
-
displayName: "mediator",
|
|
605
|
-
displayColor: "",
|
|
606
|
-
badges: [
|
|
607
|
-
{
|
|
608
|
-
type: "moderator",
|
|
609
|
-
version: "1",
|
|
610
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",
|
|
611
|
-
description: "Moderator",
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
channel: "mediator",
|
|
615
|
-
text: "Did someone say... MODERATOR!? Yes, I am moderator!",
|
|
616
|
-
isAction: false,
|
|
617
|
-
emotes: [],
|
|
618
|
-
msgId: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
|
|
619
|
-
},
|
|
620
|
-
renderedText: "Did someone say... MODERATOR!? Yes, I am moderator!",
|
|
621
|
-
},
|
|
622
|
-
},
|
|
623
|
-
broadcaster: {
|
|
624
|
-
listener: "message",
|
|
625
|
-
event: {
|
|
626
|
-
service: "twitch",
|
|
627
|
-
data: {
|
|
628
|
-
time: 1749744800809,
|
|
629
|
-
tags: {
|
|
630
|
-
"badge-info": "subscriber/16",
|
|
631
|
-
badges:
|
|
632
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
633
|
-
"client-nonce": "6989104421ee14c0a8c216ef1c6bb5ed",
|
|
634
|
-
color: "#DAA520",
|
|
635
|
-
"display-name": "An1by",
|
|
636
|
-
emotes: "",
|
|
637
|
-
"first-msg": "0",
|
|
638
|
-
flags: "",
|
|
639
|
-
id: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
|
|
640
|
-
mod: "0",
|
|
641
|
-
"returning-chatter": "0",
|
|
642
|
-
"room-id": "958683839",
|
|
643
|
-
subscriber: "1",
|
|
644
|
-
"tmi-sent-ts": "1749744799706",
|
|
645
|
-
turbo: "0",
|
|
646
|
-
"user-id": "958683839",
|
|
647
|
-
"user-type": "",
|
|
648
|
-
},
|
|
649
|
-
nick: "an1by",
|
|
650
|
-
userId: "958683839",
|
|
651
|
-
displayName: "An1by",
|
|
652
|
-
displayColor: "#DAA520",
|
|
653
|
-
badges: [
|
|
654
|
-
{
|
|
655
|
-
type: "broadcaster",
|
|
656
|
-
version: "1",
|
|
657
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
658
|
-
description: "Broadcaster",
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
type: "subscriber",
|
|
662
|
-
version: "0",
|
|
663
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
664
|
-
description: "Subscriber",
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
668
|
-
version: "1",
|
|
669
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
670
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
671
|
-
},
|
|
672
|
-
],
|
|
673
|
-
channel: "an1by",
|
|
674
|
-
text: "I made this chat Besplatno",
|
|
675
|
-
isAction: false,
|
|
676
|
-
emotes: [
|
|
677
|
-
{
|
|
678
|
-
type: "7tv",
|
|
679
|
-
name: "Besplatno",
|
|
680
|
-
id: "01FE70VRT00009TR6M9N941A28",
|
|
681
|
-
gif: true,
|
|
682
|
-
animated: true,
|
|
683
|
-
urls: {
|
|
684
|
-
"1": "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp",
|
|
685
|
-
"2": "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/2x.webp",
|
|
686
|
-
"3": "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/3x.webp",
|
|
687
|
-
"4": "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/4x.webp",
|
|
688
|
-
},
|
|
689
|
-
start: 17,
|
|
690
|
-
end: 26,
|
|
691
|
-
},
|
|
692
|
-
],
|
|
693
|
-
msgId: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
|
|
694
|
-
},
|
|
695
|
-
renderedText:
|
|
696
|
-
'I made this chat <img src="https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp" srcset="https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp 1x, https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/2x.webp 2x, https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/4x.webp 4x" title="Besplatno" class="emote">',
|
|
697
|
-
},
|
|
698
|
-
},
|
|
699
|
-
broadcasterShort: {
|
|
700
|
-
listener: "message",
|
|
701
|
-
event: {
|
|
702
|
-
service: "twitch",
|
|
703
|
-
data: {
|
|
704
|
-
time: 1749744800809,
|
|
705
|
-
tags: {
|
|
706
|
-
"badge-info": "subscriber/16",
|
|
707
|
-
badges:
|
|
708
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
709
|
-
"client-nonce": "6989104421ee14c0a8c216ef1c6bb5ed",
|
|
710
|
-
color: "#DAA520",
|
|
711
|
-
"display-name": "An1by",
|
|
712
|
-
emotes: "",
|
|
713
|
-
"first-msg": "0",
|
|
714
|
-
flags: "",
|
|
715
|
-
id: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
|
|
716
|
-
mod: "0",
|
|
717
|
-
"returning-chatter": "0",
|
|
718
|
-
"room-id": "958683839",
|
|
719
|
-
subscriber: "1",
|
|
720
|
-
"tmi-sent-ts": "1749744799706",
|
|
721
|
-
turbo: "0",
|
|
722
|
-
"user-id": "958683839",
|
|
723
|
-
"user-type": "",
|
|
724
|
-
},
|
|
725
|
-
nick: "an1by",
|
|
726
|
-
userId: "958683839",
|
|
727
|
-
displayName: "An1by",
|
|
728
|
-
displayColor: "#DAA520",
|
|
729
|
-
badges: [
|
|
730
|
-
{
|
|
731
|
-
type: "broadcaster",
|
|
732
|
-
version: "1",
|
|
733
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
734
|
-
description: "Broadcaster",
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
type: "subscriber",
|
|
738
|
-
version: "0",
|
|
739
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
740
|
-
description: "Subscriber",
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
744
|
-
version: "1",
|
|
745
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
746
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
747
|
-
},
|
|
748
|
-
],
|
|
749
|
-
channel: "an1by",
|
|
750
|
-
text: "okak",
|
|
751
|
-
isAction: false,
|
|
752
|
-
emotes: [],
|
|
753
|
-
msgId: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
|
|
754
|
-
},
|
|
755
|
-
renderedText:
|
|
756
|
-
'I made this chat <img src="https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp" srcset="https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp 1x, https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/2x.webp 2x, https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/4x.webp 4x" title="Besplatno" class="emote">',
|
|
757
|
-
},
|
|
758
|
-
},
|
|
759
|
-
emoteSolo: {
|
|
760
|
-
listener: "message",
|
|
761
|
-
event: {
|
|
762
|
-
service: "twitch",
|
|
763
|
-
data: {
|
|
764
|
-
time: 1749744097330,
|
|
765
|
-
tags: {
|
|
766
|
-
"badge-info": "",
|
|
767
|
-
badges: "",
|
|
768
|
-
color: "",
|
|
769
|
-
"display-name": "An1by",
|
|
770
|
-
emotes: "",
|
|
771
|
-
"first-msg": "0",
|
|
772
|
-
flags: "",
|
|
773
|
-
id: "9ab645b9-7c27-4c6f-99fd-f63727ca3700",
|
|
774
|
-
mod: "0",
|
|
775
|
-
"returning-chatter": "0",
|
|
776
|
-
"room-id": "958683839",
|
|
777
|
-
subscriber: "0",
|
|
778
|
-
"tmi-sent-ts": "1749744096217",
|
|
779
|
-
turbo: "0",
|
|
780
|
-
"user-id": "958683839",
|
|
781
|
-
"user-type": "",
|
|
782
|
-
},
|
|
783
|
-
nick: "tr0l1",
|
|
784
|
-
userId: "958683839",
|
|
785
|
-
displayName: "tr0l1",
|
|
786
|
-
displayColor: "",
|
|
787
|
-
badges: [],
|
|
788
|
-
channel: "tr0l1",
|
|
789
|
-
text: "🤤😮💀👈👉",
|
|
790
|
-
isAction: false,
|
|
791
|
-
emotes: [
|
|
792
|
-
{
|
|
793
|
-
type: "emoji",
|
|
794
|
-
name: "1f62e",
|
|
795
|
-
id: "1f62e",
|
|
796
|
-
gif: false,
|
|
797
|
-
urls: {
|
|
798
|
-
"1": "https://twemoji.maxcdn.com/36x36/1f62e.png",
|
|
799
|
-
},
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
type: "emoji",
|
|
803
|
-
name: "1f480",
|
|
804
|
-
id: "1f480",
|
|
805
|
-
gif: false,
|
|
806
|
-
urls: {
|
|
807
|
-
"1": "https://twemoji.maxcdn.com/36x36/1f480.png",
|
|
808
|
-
},
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
type: "emoji",
|
|
812
|
-
name: "1f448",
|
|
813
|
-
id: "1f448",
|
|
814
|
-
gif: false,
|
|
815
|
-
urls: {
|
|
816
|
-
"1": "https://twemoji.maxcdn.com/36x36/1f448.png",
|
|
817
|
-
},
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
type: "emoji",
|
|
821
|
-
name: "1f449",
|
|
822
|
-
id: "1f449",
|
|
823
|
-
gif: false,
|
|
824
|
-
urls: {
|
|
825
|
-
"1": "https://twemoji.maxcdn.com/36x36/1f449.png",
|
|
826
|
-
},
|
|
827
|
-
},
|
|
828
|
-
],
|
|
829
|
-
msgId: "9ab645b9-7c27-4c6f-99fd-f63727ca3700",
|
|
830
|
-
},
|
|
831
|
-
renderedText: "🤤😮💀👈👉",
|
|
832
|
-
},
|
|
833
|
-
},
|
|
834
|
-
emoteOne: {
|
|
835
|
-
listener: "message",
|
|
836
|
-
event: {
|
|
837
|
-
service: "twitch",
|
|
838
|
-
data: {
|
|
839
|
-
time: 1749744131183,
|
|
840
|
-
tags: {
|
|
841
|
-
"badge-info": "",
|
|
842
|
-
badges: "",
|
|
843
|
-
color: "",
|
|
844
|
-
"display-name": "An1by",
|
|
845
|
-
emotes:
|
|
846
|
-
"41:20-27/245:29-43/28087:45-51/58765:53-63/555555584:65-66/64138:10-18",
|
|
847
|
-
"first-msg": "0",
|
|
848
|
-
flags: "",
|
|
849
|
-
id: "beb957ea-dfbd-4184-82a3-458121f44867",
|
|
850
|
-
mod: "0",
|
|
851
|
-
"returning-chatter": "0",
|
|
852
|
-
"room-id": "958683839",
|
|
853
|
-
subscriber: "0",
|
|
854
|
-
"tmi-sent-ts": "1749744130018",
|
|
855
|
-
turbo: "0",
|
|
856
|
-
"user-id": "958683839",
|
|
857
|
-
"user-type": "",
|
|
858
|
-
},
|
|
859
|
-
nick: "tr0l1",
|
|
860
|
-
userId: "958683839",
|
|
861
|
-
displayName: "tr0l1",
|
|
862
|
-
displayColor: "",
|
|
863
|
-
badges: [],
|
|
864
|
-
channel: "tr0l1",
|
|
865
|
-
text: "SeemsGood",
|
|
866
|
-
isAction: false,
|
|
867
|
-
emotes: [
|
|
868
|
-
{
|
|
869
|
-
type: "twitch",
|
|
870
|
-
name: "SeemsGood",
|
|
871
|
-
id: "64138",
|
|
872
|
-
gif: false,
|
|
873
|
-
animated: false,
|
|
874
|
-
urls: {
|
|
875
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0",
|
|
876
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0",
|
|
877
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0",
|
|
878
|
-
},
|
|
879
|
-
start: 0,
|
|
880
|
-
end: 9,
|
|
881
|
-
},
|
|
882
|
-
],
|
|
883
|
-
msgId: "beb957ea-dfbd-4184-82a3-458121f44867",
|
|
884
|
-
},
|
|
885
|
-
renderedText:
|
|
886
|
-
'<img src="https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0 4x" title="SeemsGood" class="emote">',
|
|
887
|
-
},
|
|
888
|
-
},
|
|
889
|
-
emoteText: {
|
|
890
|
-
listener: "message",
|
|
891
|
-
event: {
|
|
892
|
-
service: "twitch",
|
|
893
|
-
data: {
|
|
894
|
-
time: 1749744131183,
|
|
895
|
-
tags: {
|
|
896
|
-
"badge-info": "",
|
|
897
|
-
badges: "",
|
|
898
|
-
color: "",
|
|
899
|
-
"display-name": "7TVUser",
|
|
900
|
-
emotes:
|
|
901
|
-
"41:20-27/245:29-43/28087:45-51/58765:53-63/555555584:65-66/64138:10-18",
|
|
902
|
-
"first-msg": "0",
|
|
903
|
-
flags: "",
|
|
904
|
-
id: "beb957ea-dfbd-4184-82a3-458121f44867",
|
|
905
|
-
mod: "0",
|
|
906
|
-
"returning-chatter": "0",
|
|
907
|
-
"room-id": "958683839",
|
|
908
|
-
subscriber: "0",
|
|
909
|
-
"tmi-sent-ts": "1749744130018",
|
|
910
|
-
turbo: "0",
|
|
911
|
-
"user-id": "958683839",
|
|
912
|
-
"user-type": "",
|
|
913
|
-
},
|
|
914
|
-
nick: "7TVUser",
|
|
915
|
-
userId: "958683839",
|
|
916
|
-
displayName: "7TVUser",
|
|
917
|
-
displayColor: "",
|
|
918
|
-
badges: [],
|
|
919
|
-
channel: "7TVUser",
|
|
920
|
-
text: "Not emote SeemsGood Kreygasm ResidentSleeper WutFace NotLikeThis <3",
|
|
921
|
-
isAction: false,
|
|
922
|
-
emotes: [
|
|
923
|
-
{
|
|
924
|
-
type: "twitch",
|
|
925
|
-
name: "SeemsGood",
|
|
926
|
-
id: "64138",
|
|
927
|
-
gif: false,
|
|
928
|
-
animated: false,
|
|
929
|
-
urls: {
|
|
930
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0",
|
|
931
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0",
|
|
932
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0",
|
|
933
|
-
},
|
|
934
|
-
start: 10,
|
|
935
|
-
end: 19,
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
type: "twitch",
|
|
939
|
-
name: "Kreygasm",
|
|
940
|
-
id: "41",
|
|
941
|
-
gif: false,
|
|
942
|
-
animated: false,
|
|
943
|
-
urls: {
|
|
944
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/1.0",
|
|
945
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/2.0",
|
|
946
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/3.0",
|
|
947
|
-
},
|
|
948
|
-
start: 20,
|
|
949
|
-
end: 28,
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
type: "twitch",
|
|
953
|
-
name: "ResidentSleeper",
|
|
954
|
-
id: "245",
|
|
955
|
-
gif: false,
|
|
956
|
-
animated: false,
|
|
957
|
-
urls: {
|
|
958
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/1.0",
|
|
959
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/2.0",
|
|
960
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/3.0",
|
|
961
|
-
},
|
|
962
|
-
start: 29,
|
|
963
|
-
end: 44,
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
type: "twitch",
|
|
967
|
-
name: "WutFace",
|
|
968
|
-
id: "28087",
|
|
969
|
-
gif: false,
|
|
970
|
-
animated: false,
|
|
971
|
-
urls: {
|
|
972
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/1.0",
|
|
973
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/2.0",
|
|
974
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/3.0",
|
|
975
|
-
},
|
|
976
|
-
start: 45,
|
|
977
|
-
end: 52,
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
type: "twitch",
|
|
981
|
-
name: "NotLikeThis",
|
|
982
|
-
id: "58765",
|
|
983
|
-
gif: false,
|
|
984
|
-
animated: false,
|
|
985
|
-
urls: {
|
|
986
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/1.0",
|
|
987
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/2.0",
|
|
988
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/3.0",
|
|
989
|
-
},
|
|
990
|
-
start: 53,
|
|
991
|
-
end: 64,
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
type: "twitch",
|
|
995
|
-
name: "<3",
|
|
996
|
-
id: "9",
|
|
997
|
-
gif: false,
|
|
998
|
-
animated: false,
|
|
999
|
-
urls: {
|
|
1000
|
-
"1": "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0",
|
|
1001
|
-
"2": "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/2.0",
|
|
1002
|
-
"4": "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/3.0",
|
|
1003
|
-
},
|
|
1004
|
-
start: 65,
|
|
1005
|
-
end: 67,
|
|
1006
|
-
},
|
|
1007
|
-
],
|
|
1008
|
-
msgId: "beb957ea-dfbd-4184-82a3-458121f44867",
|
|
1009
|
-
},
|
|
1010
|
-
renderedText:
|
|
1011
|
-
'Not emote <img src="https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0 4x" title="SeemsGood" class="emote"><img src="https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/3.0 4x" title="Kreygasm" class="emote"><img src="https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/3.0 4x" title="ResidentSleeper" class="emote"><img src="https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/3.0 4x" title="WutFace" class="emote"><img src="https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/3.0 4x" title="NotLikeThis" class="emote"><img src="https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/3.0 4x" title="<3" class="emote">',
|
|
1012
|
-
},
|
|
1013
|
-
},
|
|
1014
|
-
zeroWidthEmotes: {
|
|
1015
|
-
listener: "message",
|
|
1016
|
-
event: {
|
|
1017
|
-
service: "twitch",
|
|
1018
|
-
data: {
|
|
1019
|
-
time: 1759956619137,
|
|
1020
|
-
tags: {
|
|
1021
|
-
"badge-info": "subscriber/20",
|
|
1022
|
-
badges: "",
|
|
1023
|
-
"client-nonce": "f7b17aea5c07c5c08fd920278fb52b5a",
|
|
1024
|
-
color: "#DAA520",
|
|
1025
|
-
"display-name": "7TVUser",
|
|
1026
|
-
emotes: "",
|
|
1027
|
-
"first-msg": "0",
|
|
1028
|
-
flags: "",
|
|
1029
|
-
id: "b44d1c53-1de9-454c-a269-bd8849cbcd2d",
|
|
1030
|
-
mod: "0",
|
|
1031
|
-
"returning-chatter": "0",
|
|
1032
|
-
"room-id": "958683839",
|
|
1033
|
-
subscriber: "1",
|
|
1034
|
-
"tmi-sent-ts": "1759956618295",
|
|
1035
|
-
turbo: "0",
|
|
1036
|
-
"user-id": "958683839",
|
|
1037
|
-
"user-type": "",
|
|
1038
|
-
},
|
|
1039
|
-
nick: "7TVUser",
|
|
1040
|
-
userId: "958683839",
|
|
1041
|
-
displayName: "7TVUser",
|
|
1042
|
-
displayColor: "#DAA520",
|
|
1043
|
-
badges: [
|
|
1044
|
-
{
|
|
1045
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
1046
|
-
version: "1",
|
|
1047
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
1048
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
1049
|
-
},
|
|
1050
|
-
],
|
|
1051
|
-
channel: "7TVUser",
|
|
1052
|
-
text: "Zero-width emotes AYAYA PETPET right there!!",
|
|
1053
|
-
isAction: false,
|
|
1054
|
-
emotes: [
|
|
1055
|
-
{
|
|
1056
|
-
type: "7tv",
|
|
1057
|
-
name: "AYAYA",
|
|
1058
|
-
id: "01GB32XE6R00018VJGJ4A9BNCV",
|
|
1059
|
-
gif: false,
|
|
1060
|
-
animated: false,
|
|
1061
|
-
urls: {
|
|
1062
|
-
"1": "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp",
|
|
1063
|
-
"2": "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/2x.webp",
|
|
1064
|
-
"3": "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/3x.webp",
|
|
1065
|
-
"4": "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/4x.webp",
|
|
1066
|
-
},
|
|
1067
|
-
start: 18,
|
|
1068
|
-
end: 23,
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
type: "7tv",
|
|
1072
|
-
name: "PETPET",
|
|
1073
|
-
id: "01FE3XY508000AA32JP519W2EW",
|
|
1074
|
-
gif: true,
|
|
1075
|
-
animated: true,
|
|
1076
|
-
urls: {
|
|
1077
|
-
"1": "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp",
|
|
1078
|
-
"2": "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/2x.webp",
|
|
1079
|
-
"3": "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/3x.webp",
|
|
1080
|
-
"4": "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/4x.webp",
|
|
1081
|
-
},
|
|
1082
|
-
start: 24,
|
|
1083
|
-
end: 30,
|
|
1084
|
-
},
|
|
1085
|
-
],
|
|
1086
|
-
msgId: "b44d1c53-1de9-454c-a269-bd8849cbcd2d",
|
|
1087
|
-
},
|
|
1088
|
-
renderedText:
|
|
1089
|
-
'Zero-width emotes <img src="https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp" srcset="https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp 1x, https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/2x.webp 2x, https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/4x.webp 4x" title="AYAYA" class="emote"><img src="https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp" srcset="https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp 1x, https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/2x.webp 2x, https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/4x.webp 4x" title="PETPET" class="emote">right there!!',
|
|
1090
|
-
},
|
|
1091
|
-
},
|
|
1092
|
-
sevenTv: {
|
|
1093
|
-
listener: "message",
|
|
1094
|
-
event: {
|
|
1095
|
-
service: "twitch",
|
|
1096
|
-
data: {
|
|
1097
|
-
time: 1749744413746,
|
|
1098
|
-
tags: {
|
|
1099
|
-
"badge-info": "",
|
|
1100
|
-
badges: "",
|
|
1101
|
-
"client-nonce": "2bd56e3c058b5a4fc4e46c3e369891e6",
|
|
1102
|
-
color: "",
|
|
1103
|
-
"display-name": "An1by",
|
|
1104
|
-
emotes: "",
|
|
1105
|
-
"first-msg": "0",
|
|
1106
|
-
flags: "",
|
|
1107
|
-
id: "4c71789c-8c02-4e25-a71f-3a7d0ef19a33",
|
|
1108
|
-
mod: "0",
|
|
1109
|
-
"returning-chatter": "0",
|
|
1110
|
-
"room-id": "958683839",
|
|
1111
|
-
subscriber: "0",
|
|
1112
|
-
"tmi-sent-ts": "1749744412641",
|
|
1113
|
-
turbo: "0",
|
|
1114
|
-
"user-id": "958683839",
|
|
1115
|
-
"user-type": "",
|
|
1116
|
-
},
|
|
1117
|
-
nick: "tr0l1",
|
|
1118
|
-
userId: "958683839",
|
|
1119
|
-
displayName: "tr0l1",
|
|
1120
|
-
displayColor: "",
|
|
1121
|
-
badges: [],
|
|
1122
|
-
channel: "tr0l1",
|
|
1123
|
-
text: "ало ало Инса Каори Hello everyone! Hello everyone! Hello everyone!Hello everyone! Hello everyone! Hello everyone! Hello everyone! Hello everyone!",
|
|
1124
|
-
isAction: false,
|
|
1125
|
-
emotes: [
|
|
1126
|
-
{
|
|
1127
|
-
type: "7tv",
|
|
1128
|
-
name: "ало",
|
|
1129
|
-
id: "01F6PRA3N80003BH8AEY9DWKDQ",
|
|
1130
|
-
gif: true,
|
|
1131
|
-
animated: true,
|
|
1132
|
-
urls: {
|
|
1133
|
-
"1": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp",
|
|
1134
|
-
"2": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp",
|
|
1135
|
-
"3": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/3x.webp",
|
|
1136
|
-
"4": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp",
|
|
1137
|
-
},
|
|
1138
|
-
start: 0,
|
|
1139
|
-
end: 3,
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
type: "7tv",
|
|
1143
|
-
name: "ало",
|
|
1144
|
-
id: "01F6PRA3N80003BH8AEY9DWKDQ",
|
|
1145
|
-
gif: true,
|
|
1146
|
-
animated: true,
|
|
1147
|
-
urls: {
|
|
1148
|
-
"1": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp",
|
|
1149
|
-
"2": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp",
|
|
1150
|
-
"3": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/3x.webp",
|
|
1151
|
-
"4": "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp",
|
|
1152
|
-
},
|
|
1153
|
-
start: 4,
|
|
1154
|
-
end: 7,
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
type: "7tv",
|
|
1158
|
-
name: "Инса",
|
|
1159
|
-
id: "01JRE4VRRXWF0922HA3F9BZG6M",
|
|
1160
|
-
gif: false,
|
|
1161
|
-
animated: false,
|
|
1162
|
-
urls: {
|
|
1163
|
-
"1": "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/1x.webp",
|
|
1164
|
-
"2": "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/2x.webp",
|
|
1165
|
-
"3": "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/3x.webp",
|
|
1166
|
-
"4": "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/4x.webp",
|
|
1167
|
-
},
|
|
1168
|
-
start: 8,
|
|
1169
|
-
end: 12,
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
type: "7tv",
|
|
1173
|
-
name: "Каори",
|
|
1174
|
-
id: "01GY6TCEFG000BGHWA5T6NGBRA",
|
|
1175
|
-
gif: false,
|
|
1176
|
-
animated: false,
|
|
1177
|
-
urls: {
|
|
1178
|
-
"1": "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/1x.webp",
|
|
1179
|
-
"2": "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/2x.webp",
|
|
1180
|
-
"3": "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/3x.webp",
|
|
1181
|
-
"4": "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/4x.webp",
|
|
1182
|
-
},
|
|
1183
|
-
start: 13,
|
|
1184
|
-
end: 18,
|
|
1185
|
-
},
|
|
1186
|
-
],
|
|
1187
|
-
msgId: "4c71789c-8c02-4e25-a71f-3a7d0ef19a33",
|
|
1188
|
-
},
|
|
1189
|
-
renderedText:
|
|
1190
|
-
'<img src="https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp" srcset="https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp 1x, https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp 2x, https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp 4x" title="ало" class="emote"><img src="https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp" srcset="https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp 1x, https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp 2x, https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp 4x" title="ало" class="emote"><img src="https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/1x.webp" srcset="https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/1x.webp 1x, https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/2x.webp 2x, https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/4x.webp 4x" title="Инса" class="emote"><img src="https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/1x.webp" srcset="https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/1x.webp 1x, https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/2x.webp 2x, https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/4x.webp 4x" title="Каори" class="emote">Hello everyone!',
|
|
1191
|
-
},
|
|
1192
|
-
},
|
|
1193
|
-
sevenTvSolo: {
|
|
1194
|
-
listener: "message",
|
|
1195
|
-
event: {
|
|
1196
|
-
service: "twitch",
|
|
1197
|
-
data: {
|
|
1198
|
-
time: 1768321684253,
|
|
1199
|
-
tags: {
|
|
1200
|
-
"badge-info": "subscriber/23",
|
|
1201
|
-
badges: "broadcaster/1,subscriber/0",
|
|
1202
|
-
"client-nonce": "51cc77206bf346eda20774b75aac675d",
|
|
1203
|
-
color: "#DAA520",
|
|
1204
|
-
"display-name": "An1by",
|
|
1205
|
-
emotes: "",
|
|
1206
|
-
"first-msg": "0",
|
|
1207
|
-
flags: "",
|
|
1208
|
-
id: "e30a02bf-a3c7-40f2-9325-cdc2690d3631",
|
|
1209
|
-
mod: "0",
|
|
1210
|
-
"returning-chatter": "0",
|
|
1211
|
-
"room-id": "958683839",
|
|
1212
|
-
subscriber: "1",
|
|
1213
|
-
"tmi-sent-ts": "1768321684074",
|
|
1214
|
-
turbo: "0",
|
|
1215
|
-
"user-id": "958683839",
|
|
1216
|
-
"user-type": "",
|
|
1217
|
-
},
|
|
1218
|
-
nick: "an1by",
|
|
1219
|
-
userId: "958683839",
|
|
1220
|
-
displayName: "An1by",
|
|
1221
|
-
displayColor: "#DAA520",
|
|
1222
|
-
badges: [
|
|
1223
|
-
{
|
|
1224
|
-
type: "broadcaster",
|
|
1225
|
-
version: "1",
|
|
1226
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
1227
|
-
description: "Broadcaster",
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
type: "subscriber",
|
|
1231
|
-
version: "0",
|
|
1232
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
1233
|
-
description: "Subscriber",
|
|
1234
|
-
},
|
|
1235
|
-
],
|
|
1236
|
-
channel: "an1by",
|
|
1237
|
-
text: "DurkaDance ͏",
|
|
1238
|
-
isAction: false,
|
|
1239
|
-
emotes: [
|
|
1240
|
-
{
|
|
1241
|
-
type: "7tv",
|
|
1242
|
-
name: "DurkaDance",
|
|
1243
|
-
id: "01JQBC7K2FX7HE4SFZFJEN6CWY",
|
|
1244
|
-
gif: true,
|
|
1245
|
-
animated: true,
|
|
1246
|
-
urls: {
|
|
1247
|
-
"1": "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/1x.webp",
|
|
1248
|
-
"2": "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/2x.webp",
|
|
1249
|
-
"3": "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/3x.webp",
|
|
1250
|
-
"4": "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/4x.webp",
|
|
1251
|
-
},
|
|
1252
|
-
start: 0,
|
|
1253
|
-
end: 10,
|
|
1254
|
-
},
|
|
1255
|
-
],
|
|
1256
|
-
msgId: "e30a02bf-a3c7-40f2-9325-cdc2690d3631",
|
|
1257
|
-
},
|
|
1258
|
-
renderedText:
|
|
1259
|
-
'<img src="https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/1x.webp" srcset="https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/1x.webp 1x, https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/2x.webp 2x, https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/4x.webp 4x" title="DurkaDance" class="emote"> ͏',
|
|
1260
|
-
},
|
|
1261
|
-
},
|
|
1262
|
-
replyToEmotes: {
|
|
1263
|
-
listener: "message",
|
|
1264
|
-
event: {
|
|
1265
|
-
service: "twitch",
|
|
1266
|
-
data: {
|
|
1267
|
-
time: 1761442000746,
|
|
1268
|
-
tags: {
|
|
1269
|
-
"badge-info": "subscriber/21",
|
|
1270
|
-
badges:
|
|
1271
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
1272
|
-
"client-nonce": "467bc72d78248ec07dfb0602744268ca",
|
|
1273
|
-
color: "#DAA520",
|
|
1274
|
-
"display-name": "An1by",
|
|
1275
|
-
emotes: "",
|
|
1276
|
-
"first-msg": "0",
|
|
1277
|
-
flags: "",
|
|
1278
|
-
id: "9efd9377-2bd3-4c69-ace4-c21760337bab",
|
|
1279
|
-
mod: "0",
|
|
1280
|
-
"returning-chatter": "0",
|
|
1281
|
-
"room-id": "958683839",
|
|
1282
|
-
subscriber: "1",
|
|
1283
|
-
"tmi-sent-ts": "1761442000143",
|
|
1284
|
-
turbo: "0",
|
|
1285
|
-
"user-id": "958683839",
|
|
1286
|
-
"user-type": "",
|
|
1287
|
-
},
|
|
1288
|
-
nick: "an1by",
|
|
1289
|
-
userId: "958683839",
|
|
1290
|
-
displayName: "An1by",
|
|
1291
|
-
displayColor: "#DAA520",
|
|
1292
|
-
badges: [
|
|
1293
|
-
{
|
|
1294
|
-
type: "broadcaster",
|
|
1295
|
-
version: "1",
|
|
1296
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
1297
|
-
description: "Broadcaster",
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
type: "subscriber",
|
|
1301
|
-
version: "0",
|
|
1302
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
1303
|
-
description: "Subscriber",
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
1307
|
-
version: "1",
|
|
1308
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
1309
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
1310
|
-
},
|
|
1311
|
-
],
|
|
1312
|
-
channel: "an1by",
|
|
1313
|
-
text: "AREYOUAGIRL Censored Emotes there DiscoDoge Кута",
|
|
1314
|
-
isAction: false,
|
|
1315
|
-
emotes: [
|
|
1316
|
-
{
|
|
1317
|
-
type: "7tv",
|
|
1318
|
-
name: "AREYOUAGIRL",
|
|
1319
|
-
id: "01F6N58M5R0004P7N4A9PK7KD9",
|
|
1320
|
-
gif: true,
|
|
1321
|
-
animated: true,
|
|
1322
|
-
urls: {
|
|
1323
|
-
1: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/1x.webp",
|
|
1324
|
-
2: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/2x.webp",
|
|
1325
|
-
3: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/3x.webp",
|
|
1326
|
-
4: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/4x.webp",
|
|
1327
|
-
},
|
|
1328
|
-
start: 0,
|
|
1329
|
-
end: 11,
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
type: "7tv",
|
|
1333
|
-
name: "Censored",
|
|
1334
|
-
id: "01GC2KBETR0009QMKQRDSHDTVB",
|
|
1335
|
-
gif: true,
|
|
1336
|
-
animated: true,
|
|
1337
|
-
urls: {
|
|
1338
|
-
1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
|
|
1339
|
-
2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
|
|
1340
|
-
3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
|
|
1341
|
-
4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp",
|
|
1342
|
-
},
|
|
1343
|
-
start: 12,
|
|
1344
|
-
end: 20,
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
type: "7tv",
|
|
1348
|
-
name: "DiscoDoge",
|
|
1349
|
-
id: "01F6REQR2R0006GRP49Q74YFVT",
|
|
1350
|
-
gif: true,
|
|
1351
|
-
animated: true,
|
|
1352
|
-
urls: {
|
|
1353
|
-
1: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/1x.webp",
|
|
1354
|
-
2: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/2x.webp",
|
|
1355
|
-
3: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/3x.webp",
|
|
1356
|
-
4: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/4x.webp",
|
|
1357
|
-
},
|
|
1358
|
-
start: 34,
|
|
1359
|
-
end: 43,
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
type: "7tv",
|
|
1363
|
-
name: "Кута",
|
|
1364
|
-
id: "01GZRXWQMR0001GP2RPRY13KD2",
|
|
1365
|
-
gif: true,
|
|
1366
|
-
animated: true,
|
|
1367
|
-
urls: {
|
|
1368
|
-
1: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/1x.webp",
|
|
1369
|
-
2: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/2x.webp",
|
|
1370
|
-
3: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/3x.webp",
|
|
1371
|
-
4: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/4x.webp",
|
|
1372
|
-
},
|
|
1373
|
-
start: 44,
|
|
1374
|
-
end: 48,
|
|
1375
|
-
},
|
|
1376
|
-
],
|
|
1377
|
-
msgId: "9efd9377-2bd3-4c69-ace4-c21760337bab",
|
|
1378
|
-
},
|
|
1379
|
-
renderedText:
|
|
1380
|
-
'<img src="https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/1x.webp" srcset="https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/1x.webp 1x, https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/2x.webp 2x, https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/4x.webp 4x" title="AREYOUAGIRL" class="emote"><img src="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp" srcset="https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp 1x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp 2x, https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp 4x" title="Censored" class="emote">Emotes there <img src="https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/1x.webp" srcset="https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/1x.webp 1x, https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/2x.webp 2x, https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/4x.webp 4x" title="DiscoDoge" class="emote"><img src="https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/1x.webp" srcset="https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/1x.webp 1x, https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/2x.webp 2x, https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/4x.webp 4x" title="Кута" class="emote">',
|
|
1381
|
-
},
|
|
1382
|
-
},
|
|
1383
|
-
replyFromEmotes: {
|
|
1384
|
-
listener: "message",
|
|
1385
|
-
event: {
|
|
1386
|
-
service: "twitch",
|
|
1387
|
-
data: {
|
|
1388
|
-
time: 1761442023380,
|
|
1389
|
-
tags: {
|
|
1390
|
-
"badge-info": "subscriber/21",
|
|
1391
|
-
badges:
|
|
1392
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
1393
|
-
"client-nonce": "4052e6a7ed6bb6b8836aa625170c4f7b",
|
|
1394
|
-
color: "#DAA520",
|
|
1395
|
-
"display-name": "An1by",
|
|
1396
|
-
emotes: "",
|
|
1397
|
-
"first-msg": "0",
|
|
1398
|
-
flags: "",
|
|
1399
|
-
id: "f7bed8dd-5a48-4209-8617-e1a3c0720ee4",
|
|
1400
|
-
mod: "0",
|
|
1401
|
-
"reply-parent-display-name": "An1by",
|
|
1402
|
-
"reply-parent-msg-body":
|
|
1403
|
-
"AREYOUAGIRL\\sCensored\\sThere\\semotes\\sDiscoDoge\\sКута",
|
|
1404
|
-
"reply-parent-msg-id": "9efd9377-2bd3-4c69-ace4-c21760337bab",
|
|
1405
|
-
"reply-parent-user-id": "958683839",
|
|
1406
|
-
"reply-parent-user-login": "an1by",
|
|
1407
|
-
"reply-thread-parent-display-name": "An1by",
|
|
1408
|
-
"reply-thread-parent-msg-id": "9efd9377-2bd3-4c69-ace4-c21760337bab",
|
|
1409
|
-
"reply-thread-parent-user-id": "958683839",
|
|
1410
|
-
"reply-thread-parent-user-login": "an1by",
|
|
1411
|
-
"returning-chatter": "0",
|
|
1412
|
-
"room-id": "958683839",
|
|
1413
|
-
subscriber: "1",
|
|
1414
|
-
"tmi-sent-ts": "1761442022738",
|
|
1415
|
-
turbo: "0",
|
|
1416
|
-
"user-id": "958683839",
|
|
1417
|
-
"user-type": "",
|
|
1418
|
-
},
|
|
1419
|
-
nick: "an1by",
|
|
1420
|
-
userId: "958683839",
|
|
1421
|
-
displayName: "An1by",
|
|
1422
|
-
displayColor: "#DAA520",
|
|
1423
|
-
badges: [
|
|
1424
|
-
{
|
|
1425
|
-
type: "broadcaster",
|
|
1426
|
-
version: "1",
|
|
1427
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
1428
|
-
description: "Broadcaster",
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
type: "subscriber",
|
|
1432
|
-
version: "0",
|
|
1433
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
1434
|
-
description: "Subscriber",
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
1438
|
-
version: "1",
|
|
1439
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
1440
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
1441
|
-
},
|
|
1442
|
-
],
|
|
1443
|
-
channel: "an1by",
|
|
1444
|
-
text: "@An1by I'm replying to message with emotes agarge Looks good, am I right?",
|
|
1445
|
-
isAction: false,
|
|
1446
|
-
emotes: [
|
|
1447
|
-
{
|
|
1448
|
-
type: "7tv",
|
|
1449
|
-
name: "agarge",
|
|
1450
|
-
id: "01HTDV6DE8000B1F9GAE4NZ73B",
|
|
1451
|
-
gif: false,
|
|
1452
|
-
animated: false,
|
|
1453
|
-
urls: {
|
|
1454
|
-
1: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/1x.webp",
|
|
1455
|
-
2: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/2x.webp",
|
|
1456
|
-
3: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/3x.webp",
|
|
1457
|
-
4: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/4x.webp",
|
|
1458
|
-
},
|
|
1459
|
-
start: 43,
|
|
1460
|
-
end: 49,
|
|
1461
|
-
},
|
|
1462
|
-
],
|
|
1463
|
-
msgId: "f7bed8dd-5a48-4209-8617-e1a3c0720ee4",
|
|
1464
|
-
},
|
|
1465
|
-
renderedText:
|
|
1466
|
-
'@An1by I\'m replying to message with emotes <img src="https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/1x.webp" srcset="https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/1x.webp 1x, https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/2x.webp 2x, https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/4x.webp 4x" title="agarge" class="emote">Looks good, am I right?',
|
|
1467
|
-
},
|
|
1468
|
-
},
|
|
1469
|
-
replyTo: {
|
|
1470
|
-
listener: "message",
|
|
1471
|
-
event: {
|
|
1472
|
-
service: "twitch",
|
|
1473
|
-
data: {
|
|
1474
|
-
time: 1761435519083,
|
|
1475
|
-
tags: {
|
|
1476
|
-
"badge-info": "subscriber/21",
|
|
1477
|
-
badges:
|
|
1478
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
1479
|
-
"client-nonce": "da4c68fddba7eb1be7ae2b6a44c207a2",
|
|
1480
|
-
color: "#DAA520",
|
|
1481
|
-
"display-name": "An1by",
|
|
1482
|
-
emotes: "",
|
|
1483
|
-
"first-msg": "0",
|
|
1484
|
-
flags: "",
|
|
1485
|
-
id: "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
|
|
1486
|
-
mod: "0",
|
|
1487
|
-
"returning-chatter": "0",
|
|
1488
|
-
"room-id": "958683839",
|
|
1489
|
-
subscriber: "1",
|
|
1490
|
-
"tmi-sent-ts": "1761435518511",
|
|
1491
|
-
turbo: "0",
|
|
1492
|
-
"user-id": "958683839",
|
|
1493
|
-
"user-type": "",
|
|
1494
|
-
},
|
|
1495
|
-
nick: "an1by",
|
|
1496
|
-
userId: "958683839",
|
|
1497
|
-
displayName: "An1by",
|
|
1498
|
-
displayColor: "#DAA520",
|
|
1499
|
-
badges: [
|
|
1500
|
-
{
|
|
1501
|
-
type: "broadcaster",
|
|
1502
|
-
version: "1",
|
|
1503
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
1504
|
-
description: "Broadcaster",
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
type: "subscriber",
|
|
1508
|
-
version: "0",
|
|
1509
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
1510
|
-
description: "Subscriber",
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
1514
|
-
version: "1",
|
|
1515
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
1516
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
1517
|
-
},
|
|
1518
|
-
],
|
|
1519
|
-
channel: "an1by",
|
|
1520
|
-
text: "I'll reply to that message",
|
|
1521
|
-
isAction: false,
|
|
1522
|
-
emotes: [],
|
|
1523
|
-
msgId: "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
|
|
1524
|
-
},
|
|
1525
|
-
renderedText: "I'll reply to that message",
|
|
1526
|
-
},
|
|
1527
|
-
},
|
|
1528
|
-
replyFrom: {
|
|
1529
|
-
listener: "message",
|
|
1530
|
-
event: {
|
|
1531
|
-
service: "twitch",
|
|
1532
|
-
data: {
|
|
1533
|
-
time: 1761435541811,
|
|
1534
|
-
tags: {
|
|
1535
|
-
"badge-info": "subscriber/21",
|
|
1536
|
-
badges:
|
|
1537
|
-
"broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
|
|
1538
|
-
"client-nonce": "b59db94320a8a01942290c61f6a27480",
|
|
1539
|
-
color: "#DAA520",
|
|
1540
|
-
"display-name": "An1by",
|
|
1541
|
-
emotes: "emotesv2_f54e2bcddf4948808b845e37dd4e08de:26-36",
|
|
1542
|
-
"first-msg": "0",
|
|
1543
|
-
flags: "",
|
|
1544
|
-
id: "bc101ec7-5663-4ee5-9580-536ed9a5804e",
|
|
1545
|
-
mod: "0",
|
|
1546
|
-
"reply-parent-display-name": "An1by",
|
|
1547
|
-
"reply-parent-msg-body": "I'll\\sreply\\sto\\sthat\\smessage",
|
|
1548
|
-
"reply-parent-msg-id": "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
|
|
1549
|
-
"reply-parent-user-id": "958683839",
|
|
1550
|
-
"reply-parent-user-login": "an1by",
|
|
1551
|
-
"reply-thread-parent-display-name": "An1by",
|
|
1552
|
-
"reply-thread-parent-msg-id": "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
|
|
1553
|
-
"reply-thread-parent-user-id": "958683839",
|
|
1554
|
-
"reply-thread-parent-user-login": "an1by",
|
|
1555
|
-
"returning-chatter": "0",
|
|
1556
|
-
"room-id": "958683839",
|
|
1557
|
-
subscriber: "1",
|
|
1558
|
-
"tmi-sent-ts": "1761435541217",
|
|
1559
|
-
turbo: "0",
|
|
1560
|
-
"user-id": "958683839",
|
|
1561
|
-
"user-type": "",
|
|
1562
|
-
},
|
|
1563
|
-
nick: "an1by",
|
|
1564
|
-
userId: "958683839",
|
|
1565
|
-
displayName: "An1by",
|
|
1566
|
-
displayColor: "#DAA520",
|
|
1567
|
-
badges: [
|
|
1568
|
-
{
|
|
1569
|
-
type: "broadcaster",
|
|
1570
|
-
version: "1",
|
|
1571
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
|
|
1572
|
-
description: "Broadcaster",
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
type: "subscriber",
|
|
1576
|
-
version: "0",
|
|
1577
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
|
|
1578
|
-
description: "Subscriber",
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
type: "minecraft-15th-anniversary-celebration",
|
|
1582
|
-
version: "1",
|
|
1583
|
-
url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
|
|
1584
|
-
description: "Minecraft 15th Anniversary Celebration",
|
|
1585
|
-
},
|
|
1586
|
-
],
|
|
1587
|
-
channel: "an1by",
|
|
1588
|
-
text: "@An1by Replying right now akidaKrutoi",
|
|
1589
|
-
isAction: false,
|
|
1590
|
-
emotes: [
|
|
1591
|
-
{
|
|
1592
|
-
type: "twitch",
|
|
1593
|
-
name: "akidaKrutoi",
|
|
1594
|
-
id: "emotesv2_f54e2bcddf4948808b845e37dd4e08de",
|
|
1595
|
-
gif: false,
|
|
1596
|
-
urls: {
|
|
1597
|
-
1: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/1.0",
|
|
1598
|
-
2: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/2.0",
|
|
1599
|
-
4: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/3.0",
|
|
1600
|
-
},
|
|
1601
|
-
start: 26,
|
|
1602
|
-
end: 36,
|
|
1603
|
-
},
|
|
1604
|
-
],
|
|
1605
|
-
msgId: "bc101ec7-5663-4ee5-9580-536ed9a5804e",
|
|
1606
|
-
},
|
|
1607
|
-
renderedText:
|
|
1608
|
-
'@An1by Replying right now <img src="https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/1.0" srcset="https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/1.0 1x, https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/2.0 2x, https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/3.0 4x" title="akidaKrutoi" class="emote">',
|
|
1609
|
-
},
|
|
1610
|
-
},
|
|
1611
|
-
};
|