@allior/wmake-streamelements-events 2.0.2 → 2.0.4

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.
Files changed (66) hide show
  1. package/dist/react/hooks/use-on-event-received.d.ts +1 -1
  2. package/dist/react/hooks/use-on-widget-load.d.ts +1 -1
  3. package/dist/react/index.iife.js +2 -2
  4. package/dist/react/index.iife.js.map +1 -1
  5. package/dist/react/index.js +32 -92
  6. package/dist/react/index.js.map +1 -1
  7. package/dist/root/guards/on-event-received.d.ts +1 -1
  8. package/dist/root/index.iife.js +2 -2
  9. package/dist/root/index.iife.js.map +1 -1
  10. package/dist/root/index.js +2 -3116
  11. package/dist/root/queue/alert-queue.d.ts +1 -1
  12. package/dist/root/queue/next-alert-callback.d.ts +1 -1
  13. package/dist/root/types/on-event-received/message.d.ts +1 -1
  14. package/dist/root-BzhLLMHq.js +2934 -0
  15. package/dist/root-BzhLLMHq.js.map +1 -0
  16. package/package.json +11 -13
  17. package/dist/root/index.js.map +0 -1
  18. package/src/react/hooks/index.ts +0 -3
  19. package/src/react/hooks/use-event-listener.ts +0 -20
  20. package/src/react/hooks/use-on-event-received.ts +0 -108
  21. package/src/react/hooks/use-on-widget-load.ts +0 -15
  22. package/src/react/index.ts +0 -3
  23. package/src/react/types/index.ts +0 -1
  24. package/src/react/types/window-events.ts +0 -6
  25. package/src/root/aggregate.ts +0 -257
  26. package/src/root/classifier.ts +0 -271
  27. package/src/root/commands.ts +0 -39
  28. package/src/root/data/field-value.ts +0 -2
  29. package/src/root/data/index.ts +0 -2
  30. package/src/root/data/widget-load.ts +0 -5
  31. package/src/root/guards/index.ts +0 -1
  32. package/src/root/guards/on-event-received.ts +0 -58
  33. package/src/root/index.ts +0 -11
  34. package/src/root/keys.ts +0 -14
  35. package/src/root/message/index.ts +0 -1
  36. package/src/root/message/twitch/index.ts +0 -2
  37. package/src/root/message/twitch/message.ts +0 -48
  38. package/src/root/message/twitch/user-message-data.ts +0 -112
  39. package/src/root/queue/alert-queue.ts +0 -31
  40. package/src/root/queue/index.ts +0 -2
  41. package/src/root/queue/next-alert-callback.ts +0 -7
  42. package/src/root/sources/alerts.ts +0 -163
  43. package/src/root/sources/index.ts +0 -5
  44. package/src/root/sources/messages.ts +0 -1611
  45. package/src/root/sources/on-widget-load-detail.ts +0 -968
  46. package/src/root/types/index.ts +0 -2
  47. package/src/root/types/on-event-received/base.ts +0 -94
  48. package/src/root/types/on-event-received/cheer.ts +0 -10
  49. package/src/root/types/on-event-received/donation.ts +0 -29
  50. package/src/root/types/on-event-received/follower.ts +0 -9
  51. package/src/root/types/on-event-received/index.ts +0 -58
  52. package/src/root/types/on-event-received/message.ts +0 -13
  53. package/src/root/types/on-event-received/moderation.ts +0 -7
  54. package/src/root/types/on-event-received/other.ts +0 -14
  55. package/src/root/types/on-event-received/raid.ts +0 -10
  56. package/src/root/types/on-event-received/subscriber.ts +0 -77
  57. package/src/root/types/on-widget-load/base.ts +0 -35
  58. package/src/root/types/on-widget-load/index.ts +0 -3
  59. package/src/root/types/on-widget-load/recents.ts +0 -33
  60. package/src/root/types/on-widget-load/session.ts +0 -102
  61. package/src/root/window-event-map.ts +0 -9
  62. package/tsconfig.app.json +0 -31
  63. package/tsconfig.json +0 -8
  64. package/tsconfig.node.json +0 -25
  65. package/vite.config.ts +0 -36
  66. package/vite.iife.config.ts +0 -52
@@ -0,0 +1,2934 @@
1
+ //#region src/root/classifier.ts
2
+ function e(e) {
3
+ if (e == null) return {
4
+ tier: 0,
5
+ tierText: ""
6
+ };
7
+ let t = typeof e == "string" ? e : String(e), n = parseInt(t, 10);
8
+ return Number.isNaN(n) ? {
9
+ tier: 0,
10
+ tierText: t
11
+ } : {
12
+ tier: n >= 3e3 ? 3 : n >= 2e3 ? 2 : +(n >= 1e3),
13
+ tierText: t
14
+ };
15
+ }
16
+ function t(e) {
17
+ let t = e.listener, n = e.event ?? {}, r = n.activityGroup, i = n.activityId ?? n._id;
18
+ return r ? String(r) : i ? String(i) : t === "subscriber-latest" && n.bulkGifted ? "sl-bulk-" + (n.sender ?? "") + "-" + (n.amount ?? "") + "-" + (n.tier ?? "") + "-" + (n._id ?? "") : `sl-${n._id ?? n.activityId ?? ""}`;
19
+ }
20
+ function n(t) {
21
+ let n = t.listener, r = t.event ?? {}, i = r.data ?? r, a = e(i.tier ?? r.tier);
22
+ if (n === "event") {
23
+ if (r.type === "communityGiftPurchase") {
24
+ let e = i.username && String(i.username).toLowerCase() === "anonymous" || i.sender === "Anonymous";
25
+ return {
26
+ type: e ? "community-gift-anonymous" : "community-gift",
27
+ tier: a.tier,
28
+ tierText: a.tierText,
29
+ totalAmount: parseInt(String(i.amount), 10) || 1,
30
+ recipients: [],
31
+ sender: e ? void 0 : i.sender ?? i.displayName ?? i.username,
32
+ anonymousDisplayName: e ? i.displayName ?? "Anonymous" : void 0
33
+ };
34
+ }
35
+ if (r.type === "subscriber") {
36
+ let e = i.gifted === !0, n = i.sender, o = parseInt(String(i.amount), 10) || 1, s = i.username ?? i.displayName, c = r.activityGroup;
37
+ if (n === "Anonymous" && c) return {
38
+ type: "community-gift-anonymous",
39
+ _role: "recipient",
40
+ activityGroup: c,
41
+ recipient: s ?? i.displayName,
42
+ tier: a.tier,
43
+ tierText: a.tierText
44
+ };
45
+ if (e && n && n !== "Anonymous") {
46
+ if (!(i.communityGifted === !0 || c != null && c !== "")) {
47
+ let e = String(i.message ?? "").indexOf("first Gift Sub") !== -1;
48
+ return {
49
+ type: "solo-sub-to-someone",
50
+ sender: n,
51
+ recipient: s ?? i.displayName,
52
+ tier: a.tier,
53
+ tierText: a.tierText,
54
+ firstGiftInChannel: e
55
+ };
56
+ }
57
+ return {
58
+ type: "community-gift",
59
+ _role: "recipient",
60
+ activityGroup: c ?? "",
61
+ recipient: s ?? i.displayName,
62
+ tier: a.tier,
63
+ tierText: a.tierText
64
+ };
65
+ }
66
+ return !e && o > 1 ? {
67
+ type: "sub-renewal",
68
+ name: s ?? i.displayName,
69
+ months: o,
70
+ tier: a.tier,
71
+ tierText: a.tierText
72
+ } : !e && o === 1 ? {
73
+ type: "self-sub",
74
+ name: s ?? i.displayName,
75
+ tier: a.tier,
76
+ tierText: a.tierText
77
+ } : c ? {
78
+ type: "community-gift",
79
+ _role: "recipient",
80
+ activityGroup: c,
81
+ recipient: s ?? i.displayName,
82
+ tier: a.tier,
83
+ tierText: a.tierText
84
+ } : {
85
+ type: "unknown",
86
+ detail: t
87
+ };
88
+ }
89
+ return {
90
+ type: "unknown",
91
+ detail: t
92
+ };
93
+ }
94
+ if (n === "subscriber-latest") {
95
+ let e = r.bulkGifted === !0, n = r.sender, i = r.name, o = parseInt(String(r.amount), 10) || 1, s = r.gifted === !0, c = r.isCommunityGift === !0 || r.communityGifted === !0;
96
+ if (e && n === "Anonymous") return {
97
+ type: "community-gift-anonymous",
98
+ tier: a.tier,
99
+ tierText: a.tierText,
100
+ totalAmount: o,
101
+ recipients: []
102
+ };
103
+ if (e && n) return {
104
+ type: "community-gift",
105
+ sender: n,
106
+ tier: a.tier,
107
+ tierText: a.tierText,
108
+ totalAmount: o,
109
+ recipients: []
110
+ };
111
+ if (s && !c && n) {
112
+ let e = String(r.message ?? "").indexOf("first Gift Sub") !== -1;
113
+ return {
114
+ type: "solo-sub-to-someone",
115
+ sender: n,
116
+ recipient: i ?? "",
117
+ tier: a.tier,
118
+ tierText: a.tierText,
119
+ firstGiftInChannel: e
120
+ };
121
+ }
122
+ return !s && o > 1 ? {
123
+ type: "sub-renewal",
124
+ name: i ?? "",
125
+ months: o,
126
+ tier: a.tier,
127
+ tierText: a.tierText
128
+ } : !s && o === 1 && (n == null || i === n) ? {
129
+ type: "self-sub",
130
+ name: i ?? "",
131
+ tier: a.tier,
132
+ tierText: a.tierText
133
+ } : {
134
+ type: "unknown",
135
+ detail: t
136
+ };
137
+ }
138
+ if (n === "follower-latest") return {
139
+ type: "follow",
140
+ name: r.name ?? ""
141
+ };
142
+ if (n === "cheer-latest") {
143
+ let e = parseInt(String(r.amount), 10) || 0;
144
+ return {
145
+ type: "cheer",
146
+ name: r.name ?? "",
147
+ amount: e
148
+ };
149
+ }
150
+ if (n === "raid-latest") {
151
+ let e = parseInt(String(r.amount), 10) || 0;
152
+ return {
153
+ type: "raid",
154
+ name: r.name ?? "",
155
+ viewers: e
156
+ };
157
+ }
158
+ if (n === "donation") {
159
+ let e = t.event?.data;
160
+ return {
161
+ type: "donation",
162
+ amount: e?.amount_main ?? e?.amount ?? 0,
163
+ currency: e?.currency,
164
+ username: e?.username,
165
+ message: e?.message,
166
+ billingSystem: e?.billing_system,
167
+ id: e?.id
168
+ };
169
+ }
170
+ return {
171
+ type: "unknown",
172
+ detail: t
173
+ };
174
+ }
175
+ //#endregion
176
+ //#region src/root/aggregate.ts
177
+ var r = 2500, i = {}, a = {};
178
+ function o(e, t) {
179
+ if (!e) return null;
180
+ if (typeof e._has == "function" && typeof e._set == "function") return e;
181
+ let n = e[t];
182
+ return n && typeof n._has == "function" ? n : null;
183
+ }
184
+ function s(e, t, n, r) {
185
+ let i = o(n, t.type);
186
+ i?._has(e) || (i && i._set(e, !0), r(t));
187
+ }
188
+ function c(e, t, n, r) {
189
+ let o = i[e];
190
+ if (!o) return;
191
+ delete i[e], a[e] && (clearTimeout(a[e]), delete a[e]);
192
+ let c = o.purchase, l = o.subscribers ?? [], u = o.type, d = o.tier, f = o.tierText, p = o.totalAmount ?? l.length, m = l.map((e) => e.recipient ?? e.username ?? e.name).filter(Boolean), h = l[0]?.sender, g = c?.sender ?? o.sender ?? h;
193
+ u === "community-gift" && r && g === r || (u === "community-gift-anonymous" ? s(e, {
194
+ type: "community-gift-anonymous",
195
+ tier: d,
196
+ tierText: f,
197
+ totalAmount: p,
198
+ recipients: m,
199
+ anonymousDisplayName: c?.anonymousDisplayName
200
+ }, t, n) : s(e, {
201
+ type: "community-gift",
202
+ sender: g,
203
+ tier: d,
204
+ tierText: f,
205
+ totalAmount: p,
206
+ recipients: m
207
+ }, t, n));
208
+ }
209
+ function l(e, s, l) {
210
+ let u = s?.cacheSubs, d = s?.broadcasterLogin ?? "", f = n(e);
211
+ if (!f) {
212
+ l(null);
213
+ return;
214
+ }
215
+ let p = o(u, f.type), m = t(e), h = e.event ?? {}, g = h.data ?? h;
216
+ if (f._role === "recipient") {
217
+ let e = f, t = e.activityGroup ?? m;
218
+ i[t] || (i[t] = {
219
+ type: e.type,
220
+ subscribers: [],
221
+ tier: e.tier,
222
+ tierText: e.tierText,
223
+ totalAmount: 0
224
+ }), a[t] && clearTimeout(a[t]), a[t] = setTimeout(() => {
225
+ c(t, u, l, d);
226
+ }, r), i[t].subscribers.push({
227
+ recipient: e.recipient,
228
+ username: g.username,
229
+ name: g.displayName,
230
+ sender: g.sender
231
+ }), i[t].totalAmount === 0 && (i[t].totalAmount = 1);
232
+ return;
233
+ }
234
+ if (f.type === "community-gift-anonymous" || f.type === "community-gift") {
235
+ if (e.listener === "event" && h.type === "communityGiftPurchase") {
236
+ let e = h.activityGroup ?? g?.activityGroup ?? m, t = f;
237
+ i[e] ? (i[e].purchase = t, i[e].tier = t.tier, i[e].tierText = t.tierText, i[e].totalAmount = t.totalAmount ?? i[e].totalAmount, i[e].sender = t.sender, a[e] && clearTimeout(a[e]), a[e] = setTimeout(() => {
238
+ c(e, u, l, d);
239
+ }, r)) : (i[e] = {
240
+ type: t.type,
241
+ purchase: t,
242
+ subscribers: [],
243
+ tier: t.tier,
244
+ tierText: t.tierText,
245
+ totalAmount: Number(t.totalAmount) || 0,
246
+ sender: t.sender
247
+ }, a[e] = setTimeout(() => {
248
+ c(e, u, l, d);
249
+ }, r));
250
+ return;
251
+ }
252
+ if (e.listener === "subscriber-latest") {
253
+ let e = f;
254
+ if (f.type === "community-gift" && d && e.sender === d) {
255
+ l(null);
256
+ return;
257
+ }
258
+ return;
259
+ }
260
+ return;
261
+ }
262
+ if (f.type === "self-sub" || f.type === "solo-sub-to-someone" || f.type === "sub-renewal") {
263
+ if (p?._has(m)) {
264
+ l(null);
265
+ return;
266
+ }
267
+ p && p._set(m, !0);
268
+ let e = f;
269
+ if (f.type === "solo-sub-to-someone" && d && e.sender === d) {
270
+ l(null);
271
+ return;
272
+ }
273
+ l(f);
274
+ }
275
+ }
276
+ //#endregion
277
+ //#region src/root/sources/on-widget-load-detail.ts
278
+ var u = {
279
+ session: {
280
+ data: {
281
+ "follower-latest": { name: "imacanadiannn" },
282
+ "follower-session": { count: 0 },
283
+ "follower-week": { count: 0 },
284
+ "follower-month": { count: 0 },
285
+ "follower-goal": { amount: 137 },
286
+ "follower-total": {
287
+ count: 118,
288
+ activityId: "",
289
+ sessionTop: !1
290
+ },
291
+ "subscriber-latest": {
292
+ name: "",
293
+ amount: 0,
294
+ tier: "",
295
+ message: ""
296
+ },
297
+ "subscriber-new-latest": {
298
+ name: "",
299
+ amount: 0,
300
+ message: ""
301
+ },
302
+ "subscriber-resub-latest": {
303
+ name: "",
304
+ amount: 0,
305
+ message: ""
306
+ },
307
+ "subscriber-gifted-latest": {
308
+ name: "",
309
+ amount: 0,
310
+ message: "",
311
+ tier: "",
312
+ sender: ""
313
+ },
314
+ "subscriber-session": { count: 0 },
315
+ "subscriber-new-session": { count: 0 },
316
+ "subscriber-resub-session": { count: 0 },
317
+ "subscriber-gifted-session": { count: 0 },
318
+ "subscriber-week": { count: 0 },
319
+ "subscriber-month": { count: 0 },
320
+ "subscriber-goal": { amount: 0 },
321
+ "subscriber-total": {
322
+ count: 0,
323
+ activityId: "",
324
+ sessionTop: !1
325
+ },
326
+ "subscriber-points": {
327
+ amount: 0,
328
+ activityId: "",
329
+ sessionTop: !1
330
+ },
331
+ "subscriber-alltime-gifter": {
332
+ name: "",
333
+ amount: 0
334
+ },
335
+ "host-latest": {
336
+ name: "",
337
+ amount: 0
338
+ },
339
+ "raid-latest": {
340
+ name: "agnascor2",
341
+ amount: 6
342
+ },
343
+ "cheer-session": { amount: 0 },
344
+ "cheer-week": { amount: 0 },
345
+ "cheer-month": { amount: 0 },
346
+ "cheer-total": { amount: 0 },
347
+ "cheer-count": { count: 0 },
348
+ "cheer-goal": { amount: 0 },
349
+ "cheer-latest": {
350
+ name: "",
351
+ amount: 0
352
+ },
353
+ "cheer-session-top-donation": {
354
+ amount: 0,
355
+ name: ""
356
+ },
357
+ "cheer-weekly-top-donation": {
358
+ amount: 0,
359
+ name: ""
360
+ },
361
+ "cheer-monthly-top-donation": {
362
+ amount: 0,
363
+ name: ""
364
+ },
365
+ "cheer-alltime-top-donation": {
366
+ amount: 0,
367
+ name: ""
368
+ },
369
+ "cheer-session-top-donator": {
370
+ amount: 0,
371
+ name: ""
372
+ },
373
+ "cheer-weekly-top-donator": {
374
+ amount: 0,
375
+ name: ""
376
+ },
377
+ "cheer-monthly-top-donator": {
378
+ amount: 0,
379
+ name: ""
380
+ },
381
+ "cheer-alltime-top-donator": {
382
+ amount: 0,
383
+ name: ""
384
+ },
385
+ "tip-latest": {
386
+ name: "",
387
+ amount: 0
388
+ },
389
+ "tip-session-top-donation": {
390
+ amount: 0,
391
+ name: ""
392
+ },
393
+ "tip-weekly-top-donation": {
394
+ name: "",
395
+ amount: 0
396
+ },
397
+ "tip-monthly-top-donation": {
398
+ name: "",
399
+ amount: 0
400
+ },
401
+ "tip-alltime-top-donation": {
402
+ name: "",
403
+ amount: 0
404
+ },
405
+ "tip-session-top-donator": {
406
+ amount: 0,
407
+ name: ""
408
+ },
409
+ "tip-weekly-top-donator": {
410
+ name: "",
411
+ amount: 0
412
+ },
413
+ "tip-monthly-top-donator": {
414
+ name: "",
415
+ amount: 0
416
+ },
417
+ "tip-alltime-top-donator": {
418
+ name: "",
419
+ amount: 0
420
+ },
421
+ "tip-session": { amount: 0 },
422
+ "tip-week": { amount: 0 },
423
+ "tip-month": { amount: 0 },
424
+ "tip-total": { amount: 0 },
425
+ "tip-count": { count: 0 },
426
+ "tip-goal": { amount: 0 },
427
+ "merch-goal-orders": { amount: 0 },
428
+ "merch-goal-items": { amount: 0 },
429
+ "merch-goal-total": { amount: 0 },
430
+ "merch-latest": {
431
+ name: "",
432
+ amount: 0,
433
+ items: []
434
+ },
435
+ "charityCampaignDonation-latest": {
436
+ name: "",
437
+ amount: 0
438
+ },
439
+ "charityCampaignDonation-weekly-top-donation": {
440
+ name: "",
441
+ amount: 0
442
+ },
443
+ "charityCampaignDonation-monthly-top-donation": {
444
+ name: "",
445
+ amount: 0
446
+ },
447
+ "charityCampaignDonation-alltime-top-donation": {
448
+ name: "",
449
+ amount: 0
450
+ },
451
+ "charityCampaignDonation-weekly-top-donator": {
452
+ name: "",
453
+ amount: 0
454
+ },
455
+ "charityCampaignDonation-monthly-top-donator": {
456
+ name: "",
457
+ amount: 0
458
+ },
459
+ "charityCampaignDonation-alltime-top-donator": {
460
+ name: "",
461
+ amount: 0
462
+ },
463
+ "cheerPurchase-latest": {
464
+ name: "",
465
+ amount: 0
466
+ },
467
+ "cheerPurchase-weekly-top-donation": {
468
+ name: "",
469
+ amount: 0
470
+ },
471
+ "cheerPurchase-monthly-top-donation": {
472
+ name: "",
473
+ amount: 0
474
+ },
475
+ "cheerPurchase-alltime-top-donation": {
476
+ name: "",
477
+ amount: 0
478
+ },
479
+ "cheerPurchase-weekly-top-donator": {
480
+ name: "",
481
+ amount: 0
482
+ },
483
+ "cheerPurchase-monthly-top-donator": {
484
+ name: "",
485
+ amount: 0
486
+ },
487
+ "cheerPurchase-alltime-top-donator": {
488
+ name: "",
489
+ amount: 0
490
+ },
491
+ "superchat-latest": {
492
+ name: "",
493
+ amount: 0
494
+ },
495
+ "superchat-weekly-top-donation": {
496
+ name: "",
497
+ amount: 0
498
+ },
499
+ "superchat-monthly-top-donation": {
500
+ name: "",
501
+ amount: 0
502
+ },
503
+ "superchat-alltime-top-donation": {
504
+ name: "",
505
+ amount: 0
506
+ },
507
+ "superchat-weekly-top-donator": {
508
+ name: "",
509
+ amount: 0
510
+ },
511
+ "superchat-monthly-top-donator": {
512
+ name: "",
513
+ amount: 0
514
+ },
515
+ "superchat-alltime-top-donator": {
516
+ name: "",
517
+ amount: 0
518
+ },
519
+ "superchat-session": { amount: 0 },
520
+ "superchat-week": { amount: 0 },
521
+ "superchat-month": { amount: 0 },
522
+ "superchat-total": { amount: 0 },
523
+ "superchat-count": { count: 0 },
524
+ "superchat-goal": { amount: 0 },
525
+ "purchase-latest": {
526
+ name: "",
527
+ amount: 0,
528
+ avatar: "",
529
+ message: "",
530
+ items: []
531
+ },
532
+ "follower-recent": [
533
+ {
534
+ name: "imacanadiannn",
535
+ createdAt: "2026-01-13T01:53:50.296Z",
536
+ type: "follower"
537
+ },
538
+ {
539
+ name: "piwo143",
540
+ createdAt: "2026-01-13T01:51:39.472Z",
541
+ type: "follower"
542
+ },
543
+ {
544
+ name: "latvan_",
545
+ createdAt: "2026-01-12T23:54:29.235Z",
546
+ type: "follower"
547
+ },
548
+ {
549
+ name: "wheinwait",
550
+ createdAt: "2026-01-12T23:11:28.946Z",
551
+ type: "follower"
552
+ },
553
+ {
554
+ name: "agnascor2",
555
+ createdAt: "2026-01-12T23:11:14.880Z",
556
+ type: "follower"
557
+ },
558
+ {
559
+ name: "sunlitetuts",
560
+ createdAt: "2026-01-12T21:03:59.207Z",
561
+ type: "follower"
562
+ },
563
+ {
564
+ name: "ayanamya",
565
+ createdAt: "2026-01-12T20:00:55.509Z",
566
+ type: "follower"
567
+ },
568
+ {
569
+ name: "hopeless28",
570
+ createdAt: "2026-01-12T18:35:21.731Z",
571
+ type: "follower"
572
+ },
573
+ {
574
+ name: "kakoytoclown",
575
+ createdAt: "2026-01-11T18:39:36.843Z",
576
+ type: "follower"
577
+ },
578
+ {
579
+ name: "dababe__jq1",
580
+ createdAt: "2024-10-10T23:27:49.699Z",
581
+ type: "follower"
582
+ },
583
+ {
584
+ name: "jjjllkmf",
585
+ createdAt: "2024-05-05T09:44:16.287Z",
586
+ type: "follower"
587
+ },
588
+ {
589
+ name: "d4c_valintine",
590
+ createdAt: "2024-05-03T15:13:28.365Z",
591
+ type: "follower"
592
+ },
593
+ {
594
+ name: "angelbliss_",
595
+ createdAt: "2024-04-30T20:07:23.132Z",
596
+ type: "follower"
597
+ },
598
+ {
599
+ name: "o1zich",
600
+ createdAt: "2024-04-22T16:23:26.139Z",
601
+ type: "follower"
602
+ },
603
+ {
604
+ name: "nearbuziky",
605
+ createdAt: "2024-04-19T19:21:27.569Z",
606
+ type: "follower"
607
+ },
608
+ {
609
+ name: "samirkasamsa",
610
+ createdAt: "2024-04-19T17:06:38.963Z",
611
+ type: "follower"
612
+ },
613
+ {
614
+ name: "flip1mip",
615
+ createdAt: "2024-04-19T17:06:18.276Z",
616
+ type: "follower"
617
+ },
618
+ {
619
+ name: "valerie_solo",
620
+ createdAt: "2024-04-19T17:06:07.473Z",
621
+ type: "follower"
622
+ },
623
+ {
624
+ name: "sxaelence",
625
+ createdAt: "2024-04-19T07:06:46.330Z",
626
+ type: "follower"
627
+ },
628
+ {
629
+ name: "avokadik99",
630
+ createdAt: "2024-04-17T16:11:29.604Z",
631
+ type: "follower"
632
+ },
633
+ {
634
+ name: "blackvoronstream",
635
+ createdAt: "2024-04-16T21:29:33.306Z",
636
+ type: "follower"
637
+ },
638
+ {
639
+ name: "baldejniyy",
640
+ createdAt: "2024-04-16T21:29:09.647Z",
641
+ type: "follower"
642
+ },
643
+ {
644
+ name: "p3ch4n_ka",
645
+ createdAt: "2024-04-16T16:37:31.841Z",
646
+ type: "follower"
647
+ },
648
+ {
649
+ name: "kakosik_bee",
650
+ createdAt: "2024-04-16T15:56:27.435Z",
651
+ type: "follower"
652
+ },
653
+ {
654
+ name: "hikotoru",
655
+ createdAt: "2024-04-16T15:13:25.226Z",
656
+ type: "follower"
657
+ }
658
+ ],
659
+ "subscriber-recent": [],
660
+ "host-recent": [],
661
+ "raid-recent": [
662
+ {
663
+ name: "agnascor2",
664
+ amount: 6,
665
+ createdAt: "2026-01-12T23:08:21.815Z",
666
+ type: "raid"
667
+ },
668
+ {
669
+ name: "justduckomgg",
670
+ amount: 7,
671
+ createdAt: "2024-04-19T17:05:53.185Z",
672
+ type: "raid"
673
+ },
674
+ {
675
+ name: "veessmk",
676
+ amount: 6,
677
+ createdAt: "2024-04-17T15:40:43.945Z",
678
+ type: "raid"
679
+ },
680
+ {
681
+ name: "night_sculptor",
682
+ amount: 12,
683
+ createdAt: "2024-04-16T18:07:40.040Z",
684
+ type: "raid"
685
+ },
686
+ {
687
+ name: "pixiemays",
688
+ amount: 6,
689
+ createdAt: "2024-04-16T16:37:24.433Z",
690
+ type: "raid"
691
+ },
692
+ {
693
+ name: "night_sculptor",
694
+ amount: 8,
695
+ createdAt: "2024-04-14T18:31:20.049Z",
696
+ type: "raid"
697
+ },
698
+ {
699
+ name: "pixiemays",
700
+ amount: 19,
701
+ createdAt: "2024-04-14T13:22:05.794Z",
702
+ type: "raid"
703
+ },
704
+ {
705
+ name: "pixiemays",
706
+ amount: 15,
707
+ createdAt: "2024-04-12T17:03:36.115Z",
708
+ type: "raid"
709
+ },
710
+ {
711
+ name: "alechkavt",
712
+ amount: 9,
713
+ createdAt: "2024-04-11T17:54:47.691Z",
714
+ type: "raid"
715
+ },
716
+ {
717
+ name: "pixiemays",
718
+ amount: 8,
719
+ createdAt: "2024-04-11T14:10:49.548Z",
720
+ type: "raid"
721
+ },
722
+ {
723
+ name: "night_sculptor",
724
+ amount: 22,
725
+ createdAt: "2024-04-09T16:13:41.195Z",
726
+ type: "raid"
727
+ },
728
+ {
729
+ name: "pixiemays",
730
+ amount: 5,
731
+ createdAt: "2024-04-08T09:54:01.603Z",
732
+ type: "raid"
733
+ },
734
+ {
735
+ name: "aki_neki",
736
+ amount: 5,
737
+ createdAt: "2024-04-07T21:52:45.919Z",
738
+ type: "raid"
739
+ },
740
+ {
741
+ name: "alechkavt",
742
+ amount: 11,
743
+ createdAt: "2024-04-07T18:59:39.286Z",
744
+ type: "raid"
745
+ },
746
+ {
747
+ name: "veessmk",
748
+ amount: 15,
749
+ createdAt: "2024-04-07T16:13:25.172Z",
750
+ type: "raid"
751
+ },
752
+ {
753
+ name: "veessmk",
754
+ amount: 10,
755
+ createdAt: "2024-03-17T16:11:38.631Z",
756
+ type: "raid"
757
+ }
758
+ ],
759
+ "charityCampaignDonation-recent": [],
760
+ "cheer-recent": [],
761
+ "cheerPurchase-recent": [],
762
+ "superchat-recent": [],
763
+ "tip-recent": [],
764
+ "merch-recent": [],
765
+ "channel-points-latest": {
766
+ amount: 0,
767
+ message: "",
768
+ name: "",
769
+ redemption: ""
770
+ },
771
+ "community-gift-latest": {
772
+ amount: 0,
773
+ name: "",
774
+ tier: ""
775
+ },
776
+ "charityCampaignDonation-session-top-donation": {
777
+ amount: 0,
778
+ name: ""
779
+ },
780
+ "charityCampaignDonation-session-top-donator": {
781
+ amount: 0,
782
+ name: ""
783
+ },
784
+ "cheerPurchase-session-top-donation": {
785
+ amount: 0,
786
+ name: ""
787
+ },
788
+ "cheerPurchase-session-top-donator": {
789
+ amount: 0,
790
+ name: ""
791
+ },
792
+ "hypetrain-latest": {
793
+ active: 0,
794
+ amount: 0,
795
+ level: 0,
796
+ levelChanged: 0,
797
+ name: "",
798
+ type: ""
799
+ },
800
+ "hypetrain-latest-top-contributors": [],
801
+ "hypetrain-level-goal": { amount: 0 },
802
+ "hypetrain-level-progress": {
803
+ amount: 0,
804
+ percent: 0
805
+ },
806
+ "hypetrain-total": { amount: 0 },
807
+ "superchat-session-top-donation": {
808
+ amount: 0,
809
+ name: ""
810
+ },
811
+ "superchat-session-top-donator": {
812
+ amount: 0,
813
+ name: ""
814
+ }
815
+ },
816
+ settings: {
817
+ autoReset: !0,
818
+ calendar: !1,
819
+ resetOnStart: !1
820
+ }
821
+ },
822
+ recents: [
823
+ {
824
+ name: "imacanadiannn",
825
+ createdAt: "2026-01-13T01:53:50.296Z",
826
+ type: "follower"
827
+ },
828
+ {
829
+ name: "piwo143",
830
+ createdAt: "2026-01-13T01:51:39.472Z",
831
+ type: "follower"
832
+ },
833
+ {
834
+ name: "latvan_",
835
+ createdAt: "2026-01-12T23:54:29.235Z",
836
+ type: "follower"
837
+ },
838
+ {
839
+ name: "wheinwait",
840
+ createdAt: "2026-01-12T23:11:28.946Z",
841
+ type: "follower"
842
+ },
843
+ {
844
+ name: "agnascor2",
845
+ createdAt: "2026-01-12T23:11:14.880Z",
846
+ type: "follower"
847
+ },
848
+ {
849
+ name: "sunlitetuts",
850
+ createdAt: "2026-01-12T21:03:59.207Z",
851
+ type: "follower"
852
+ },
853
+ {
854
+ name: "ayanamya",
855
+ createdAt: "2026-01-12T20:00:55.509Z",
856
+ type: "follower"
857
+ },
858
+ {
859
+ name: "hopeless28",
860
+ createdAt: "2026-01-12T18:35:21.731Z",
861
+ type: "follower"
862
+ },
863
+ {
864
+ name: "kakoytoclown",
865
+ createdAt: "2026-01-11T18:39:36.843Z",
866
+ type: "follower"
867
+ },
868
+ {
869
+ name: "dababe__jq1",
870
+ createdAt: "2024-10-10T23:27:49.699Z",
871
+ type: "follower"
872
+ },
873
+ {
874
+ name: "jjjllkmf",
875
+ createdAt: "2024-05-05T09:44:16.287Z",
876
+ type: "follower"
877
+ },
878
+ {
879
+ name: "d4c_valintine",
880
+ createdAt: "2024-05-03T15:13:28.365Z",
881
+ type: "follower"
882
+ },
883
+ {
884
+ name: "angelbliss_",
885
+ createdAt: "2024-04-30T20:07:23.132Z",
886
+ type: "follower"
887
+ },
888
+ {
889
+ name: "o1zich",
890
+ createdAt: "2024-04-22T16:23:26.139Z",
891
+ type: "follower"
892
+ },
893
+ {
894
+ name: "nearbuziky",
895
+ createdAt: "2024-04-19T19:21:27.569Z",
896
+ type: "follower"
897
+ },
898
+ {
899
+ name: "samirkasamsa",
900
+ createdAt: "2024-04-19T17:06:38.963Z",
901
+ type: "follower"
902
+ },
903
+ {
904
+ name: "flip1mip",
905
+ createdAt: "2024-04-19T17:06:18.276Z",
906
+ type: "follower"
907
+ },
908
+ {
909
+ name: "valerie_solo",
910
+ createdAt: "2024-04-19T17:06:07.473Z",
911
+ type: "follower"
912
+ },
913
+ {
914
+ name: "sxaelence",
915
+ createdAt: "2024-04-19T07:06:46.330Z",
916
+ type: "follower"
917
+ },
918
+ {
919
+ name: "avokadik99",
920
+ createdAt: "2024-04-17T16:11:29.604Z",
921
+ type: "follower"
922
+ },
923
+ {
924
+ name: "blackvoronstream",
925
+ createdAt: "2024-04-16T21:29:33.306Z",
926
+ type: "follower"
927
+ },
928
+ {
929
+ name: "baldejniyy",
930
+ createdAt: "2024-04-16T21:29:09.647Z",
931
+ type: "follower"
932
+ },
933
+ {
934
+ name: "p3ch4n_ka",
935
+ createdAt: "2024-04-16T16:37:31.841Z",
936
+ type: "follower"
937
+ },
938
+ {
939
+ name: "kakosik_bee",
940
+ createdAt: "2024-04-16T15:56:27.435Z",
941
+ type: "follower"
942
+ },
943
+ {
944
+ name: "hikotoru",
945
+ createdAt: "2024-04-16T15:13:25.226Z",
946
+ type: "follower"
947
+ },
948
+ {
949
+ name: "agnascor2",
950
+ amount: 6,
951
+ createdAt: "2026-01-12T23:08:21.815Z",
952
+ type: "raid"
953
+ },
954
+ {
955
+ name: "justduckomgg",
956
+ amount: 7,
957
+ createdAt: "2024-04-19T17:05:53.185Z",
958
+ type: "raid"
959
+ },
960
+ {
961
+ name: "veessmk",
962
+ amount: 6,
963
+ createdAt: "2024-04-17T15:40:43.945Z",
964
+ type: "raid"
965
+ },
966
+ {
967
+ name: "night_sculptor",
968
+ amount: 12,
969
+ createdAt: "2024-04-16T18:07:40.040Z",
970
+ type: "raid"
971
+ },
972
+ {
973
+ name: "pixiemays",
974
+ amount: 6,
975
+ createdAt: "2024-04-16T16:37:24.433Z",
976
+ type: "raid"
977
+ },
978
+ {
979
+ name: "night_sculptor",
980
+ amount: 8,
981
+ createdAt: "2024-04-14T18:31:20.049Z",
982
+ type: "raid"
983
+ },
984
+ {
985
+ name: "pixiemays",
986
+ amount: 19,
987
+ createdAt: "2024-04-14T13:22:05.794Z",
988
+ type: "raid"
989
+ },
990
+ {
991
+ name: "pixiemays",
992
+ amount: 15,
993
+ createdAt: "2024-04-12T17:03:36.115Z",
994
+ type: "raid"
995
+ },
996
+ {
997
+ name: "alechkavt",
998
+ amount: 9,
999
+ createdAt: "2024-04-11T17:54:47.691Z",
1000
+ type: "raid"
1001
+ },
1002
+ {
1003
+ name: "pixiemays",
1004
+ amount: 8,
1005
+ createdAt: "2024-04-11T14:10:49.548Z",
1006
+ type: "raid"
1007
+ },
1008
+ {
1009
+ name: "night_sculptor",
1010
+ amount: 22,
1011
+ createdAt: "2024-04-09T16:13:41.195Z",
1012
+ type: "raid"
1013
+ },
1014
+ {
1015
+ name: "pixiemays",
1016
+ amount: 5,
1017
+ createdAt: "2024-04-08T09:54:01.603Z",
1018
+ type: "raid"
1019
+ },
1020
+ {
1021
+ name: "aki_neki",
1022
+ amount: 5,
1023
+ createdAt: "2024-04-07T21:52:45.919Z",
1024
+ type: "raid"
1025
+ },
1026
+ {
1027
+ name: "alechkavt",
1028
+ amount: 11,
1029
+ createdAt: "2024-04-07T18:59:39.286Z",
1030
+ type: "raid"
1031
+ },
1032
+ {
1033
+ name: "veessmk",
1034
+ amount: 15,
1035
+ createdAt: "2024-04-07T16:13:25.172Z",
1036
+ type: "raid"
1037
+ },
1038
+ {
1039
+ name: "veessmk",
1040
+ amount: 10,
1041
+ createdAt: "2024-03-17T16:11:38.631Z",
1042
+ type: "raid"
1043
+ }
1044
+ ],
1045
+ currency: {
1046
+ code: "USD",
1047
+ name: "U.S. Dollar",
1048
+ symbol: "$"
1049
+ },
1050
+ channel: {
1051
+ username: "encry_s",
1052
+ apiToken: "HAHANOTNOW",
1053
+ id: "65ba7503dc0415cb368947b1",
1054
+ providerId: "485678132",
1055
+ avatar: "https://static-cdn.jtvnw.net/jtv_user_pictures/6fe93724-803a-4e5a-b58a-1d42fbc84661-profile_image-300x300.jpeg"
1056
+ },
1057
+ fieldData: {
1058
+ testMessageButton: "zaytri_dynamicchatbubbles",
1059
+ previewMode: !1,
1060
+ previewType: "random",
1061
+ previewMessage: "",
1062
+ theme: "animal-crossing",
1063
+ corner: "round",
1064
+ darkMode: !1,
1065
+ highlightStyle: "normal",
1066
+ actionStyle: "italics",
1067
+ maxWidth: 400,
1068
+ maxHeight: 300,
1069
+ fixedWidth: !1,
1070
+ positionMode: "list",
1071
+ listDirection: "bottom",
1072
+ listAlignment: "center",
1073
+ topEdge: !0,
1074
+ bottomEdge: !0,
1075
+ leftEdge: !0,
1076
+ rightEdge: !0,
1077
+ edgeDeviation: 0,
1078
+ padding: 30,
1079
+ animation: "dynamic",
1080
+ dynamicModifier: 1.75,
1081
+ maxMessages: 25,
1082
+ hideOutOfBounds: !0,
1083
+ lifetime: 0,
1084
+ delay: 1,
1085
+ googleFont: "Nunito",
1086
+ customFont: "",
1087
+ fontSize: 18,
1088
+ fontWeight: "bold",
1089
+ textDirection: "ltr",
1090
+ useCustomBorderColors: !0,
1091
+ borderColor: "#fed400",
1092
+ nameColor: "#000000",
1093
+ useCustomMessageColors: !0,
1094
+ backgroundColor: "#fff3c0",
1095
+ textColor: "#000000",
1096
+ pronounsMode: "suffix",
1097
+ pronounsLowercase: !0,
1098
+ pronounsBadgeCustomColors: !1,
1099
+ pronounsBadgeBackgroundColor: "#000000",
1100
+ pronounsBadgeBorderColor: "#FFFFFF",
1101
+ pronounsBadgeTextColor: "#FFFFFF",
1102
+ showBadges: !0,
1103
+ largeEmotes: !0,
1104
+ ffzGlobal: !1,
1105
+ bttvGlobal: !1,
1106
+ emoteOnly: !1,
1107
+ highlightOnly: !1,
1108
+ allowedStrings: [],
1109
+ minMessages: 0,
1110
+ messageCooldown: 0,
1111
+ raidCooldown: 0,
1112
+ raidMin: 0,
1113
+ includeEveryone: !0,
1114
+ includeFollowers: "true",
1115
+ minFollowTime: 1,
1116
+ includeSubs: !0,
1117
+ includeVIPs: !0,
1118
+ includeMods: !0,
1119
+ allowUserList: [],
1120
+ ignoreUserList: [
1121
+ "StreamElements",
1122
+ "Streamlabs",
1123
+ "Nightbot",
1124
+ "Sery_Bot"
1125
+ ],
1126
+ ignorePrefixList: ["!"],
1127
+ volume: 50,
1128
+ soundGroup1: [],
1129
+ userLevelSoundGroup1: "everyone",
1130
+ specificUsersSoundGroup1: [],
1131
+ messageTypeSoundGroup1: "all",
1132
+ soundGroup2: [],
1133
+ userLevelSoundGroup2: "everyone",
1134
+ specificUsersSoundGroup2: [],
1135
+ messageTypeSoundGroup2: "all",
1136
+ soundGroup3: [],
1137
+ userLevelSoundGroup3: "everyone",
1138
+ specificUsersSoundGroup3: [],
1139
+ messageTypeSoundGroup3: "all",
1140
+ soundGroup4: [],
1141
+ userLevelSoundGroup4: "everyone",
1142
+ specificUsersSoundGroup4: [],
1143
+ messageTypeSoundGroup4: "all",
1144
+ soundGroup5: [],
1145
+ userLevelSoundGroup5: "everyone",
1146
+ specificUsersSoundGroup5: [],
1147
+ messageTypeSoundGroup5: "all",
1148
+ soundGroup6: [],
1149
+ userLevelSoundGroup6: "everyone",
1150
+ specificUsersSoundGroup6: [],
1151
+ messageTypeSoundGroup6: "all",
1152
+ soundGroup7: [],
1153
+ userLevelSoundGroup7: "everyone",
1154
+ specificUsersSoundGroup7: [],
1155
+ messageTypeSoundGroup7: "all",
1156
+ soundGroup8: [],
1157
+ userLevelSoundGroup8: "everyone",
1158
+ specificUsersSoundGroup8: [],
1159
+ messageTypeSoundGroup8: "all",
1160
+ soundGroup9: [],
1161
+ userLevelSoundGroup9: "everyone",
1162
+ specificUsersSoundGroup9: [],
1163
+ messageTypeSoundGroup9: "all",
1164
+ soundGroup10: [],
1165
+ userLevelSoundGroup10: "everyone",
1166
+ specificUsersSoundGroup10: [],
1167
+ messageTypeSoundGroup10: "all",
1168
+ widgetName: "Chat Bubbles",
1169
+ widgetAuthor: "Zaytri",
1170
+ widgetVersion: "2.12.0",
1171
+ widgetUpdateUrl: "https://github.com/zaytri/stream-elements-widgets/blob/main/DynamicChatBubbles",
1172
+ ignoreFirst: !0
1173
+ },
1174
+ overlay: {
1175
+ isEditorMode: !0,
1176
+ muted: !1
1177
+ }
1178
+ }, d = {
1179
+ follower: {
1180
+ listener: "follower-latest",
1181
+ event: { name: "An1by" }
1182
+ },
1183
+ communityGiftAnonymous: {
1184
+ listener: "event",
1185
+ event: {
1186
+ type: "communityGiftPurchase",
1187
+ provider: "twitch",
1188
+ channel: "663b10ba6cd449c4162a2230",
1189
+ activityGroup: "41a50a915794e4ae7cf5e600fd3445d4",
1190
+ data: {
1191
+ amount: 2,
1192
+ username: "anonymous",
1193
+ displayName: "AnAnonymousGifter",
1194
+ tier: "2000",
1195
+ sender: "Anonymous"
1196
+ },
1197
+ _id: "699868d7df734989ec85d393",
1198
+ activityId: "699868d7df734989ec85d393"
1199
+ }
1200
+ },
1201
+ communityGift: {
1202
+ listener: "event",
1203
+ event: {
1204
+ type: "communityGiftPurchase",
1205
+ provider: "twitch",
1206
+ channel: "663b10ba6cd449c4162a2230",
1207
+ activityGroup: "841592c0bccbf3e1e7de71e1c8f4d9f0",
1208
+ data: {
1209
+ amount: 1,
1210
+ username: "rishamon",
1211
+ displayName: "rishamon",
1212
+ tier: "1000",
1213
+ sender: "rishamon"
1214
+ },
1215
+ _id: "699867c7fef23197a6a089f5",
1216
+ activityId: "699867c7fef23197a6a089f5"
1217
+ }
1218
+ },
1219
+ sub: {
1220
+ listener: "subscriber-latest",
1221
+ event: {
1222
+ name: "An1by",
1223
+ amount: 1
1224
+ }
1225
+ },
1226
+ selfSub: {
1227
+ listener: "event",
1228
+ event: {
1229
+ type: "subscriber",
1230
+ provider: "twitch",
1231
+ channel: "663b10ba6cd449c4162a2230",
1232
+ data: {
1233
+ amount: 1,
1234
+ username: "rishamon",
1235
+ displayName: "rishamon",
1236
+ tier: "1000"
1237
+ },
1238
+ _id: "6998676317aed69e62b8f283",
1239
+ activityId: "6998676317aed69e62b8f283"
1240
+ }
1241
+ },
1242
+ soloSubToSomeone: {
1243
+ listener: "event",
1244
+ event: {
1245
+ type: "subscriber",
1246
+ provider: "twitch",
1247
+ channel: "663b10ba6cd449c4162a2230",
1248
+ data: {
1249
+ amount: 1,
1250
+ username: "encry_s",
1251
+ displayName: "encry_s",
1252
+ message: "rishamon gifted a Tier 1 sub to encry_s! This is their first Gift Sub in the channel!",
1253
+ tier: "1000",
1254
+ sender: "rishamon",
1255
+ gifted: !0
1256
+ },
1257
+ _id: "699866e82d9cd9a70854baf2",
1258
+ activityId: "699866e82d9cd9a70854baf2"
1259
+ }
1260
+ },
1261
+ subRenewal: {
1262
+ listener: "event",
1263
+ event: {
1264
+ type: "subscriber",
1265
+ provider: "twitch",
1266
+ channel: "663b10ba6cd449c4162a2230",
1267
+ data: {
1268
+ amount: 8,
1269
+ username: "silgestian",
1270
+ displayName: "SilgeStian",
1271
+ tier: "1000"
1272
+ },
1273
+ _id: "69986dfaf25724ff4162bd1a",
1274
+ activityId: "69986dfaf25724ff4162bd1a"
1275
+ }
1276
+ },
1277
+ bits: {
1278
+ listener: "cheer-latest",
1279
+ event: {
1280
+ name: "An1by",
1281
+ amount: 30
1282
+ }
1283
+ },
1284
+ raid: {
1285
+ listener: "raid-latest",
1286
+ event: {
1287
+ name: "An1by",
1288
+ amount: 50
1289
+ }
1290
+ },
1291
+ donationShortText: {
1292
+ listener: "donation",
1293
+ event: { data: {
1294
+ alert_type: "1",
1295
+ currency: "RUB",
1296
+ billing_system: "CARD",
1297
+ id: 5,
1298
+ amount_main: 500,
1299
+ amount: 500,
1300
+ username: "An1by",
1301
+ message: "Simple message text"
1302
+ } }
1303
+ },
1304
+ donationLongText: {
1305
+ listener: "donation",
1306
+ event: { data: {
1307
+ alert_type: "1",
1308
+ currency: "RUB",
1309
+ billing_system: "CARD",
1310
+ id: 5,
1311
+ amount_main: 500,
1312
+ amount: 500,
1313
+ username: "An1by",
1314
+ message: "A plain gray stone lay on the shore, basking in the sun's warmth. A shove broke its peace—a thoughtless toss sent it flying. The stone splashed into water. Ripples spread, yet none noticed. It sank to the bottom, heavy with loneliness. \"Didn't I deserve to stay where I was happy still?\" it wondered."
1315
+ } }
1316
+ },
1317
+ donation: {
1318
+ listener: "donation",
1319
+ event: { data: {
1320
+ alert_type: "1",
1321
+ currency: "RUB",
1322
+ billing_system: "CARD",
1323
+ id: 5,
1324
+ amount_main: 500,
1325
+ amount: 500,
1326
+ username: "An1by",
1327
+ message: ""
1328
+ } }
1329
+ }
1330
+ }, f = {
1331
+ zeroWidthEmotesInRow: {
1332
+ listener: "message",
1333
+ event: {
1334
+ service: "twitch",
1335
+ data: {
1336
+ time: 1768317417111,
1337
+ tags: {
1338
+ "badge-info": "subscriber/23",
1339
+ badges: "broadcaster/1,subscriber/0",
1340
+ "client-nonce": "f70c4cd8b6034d1f805298246ee1bc35",
1341
+ color: "#DAA520",
1342
+ "display-name": "An1by",
1343
+ emotes: "",
1344
+ "first-msg": "0",
1345
+ flags: "",
1346
+ id: "5f752ae3-4be9-4f93-82d1-d78575ba07fd",
1347
+ mod: "0",
1348
+ "returning-chatter": "0",
1349
+ "room-id": "958683839",
1350
+ subscriber: "1",
1351
+ "tmi-sent-ts": "1768317416862",
1352
+ turbo: "0",
1353
+ "user-id": "958683839",
1354
+ "user-type": ""
1355
+ },
1356
+ nick: "an1by",
1357
+ userId: "958683839",
1358
+ displayName: "An1by",
1359
+ displayColor: "#DAA520",
1360
+ badges: [{
1361
+ type: "broadcaster",
1362
+ version: "1",
1363
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
1364
+ description: "Broadcaster"
1365
+ }, {
1366
+ type: "subscriber",
1367
+ version: "0",
1368
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
1369
+ description: "Subscriber"
1370
+ }],
1371
+ channel: "an1by",
1372
+ text: "Censored Censored Censored emotes in row",
1373
+ isAction: !1,
1374
+ emotes: [
1375
+ {
1376
+ type: "7tv",
1377
+ name: "Censored",
1378
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
1379
+ gif: !0,
1380
+ animated: !0,
1381
+ urls: {
1382
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
1383
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
1384
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
1385
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
1386
+ },
1387
+ start: 0,
1388
+ end: 8
1389
+ },
1390
+ {
1391
+ type: "7tv",
1392
+ name: "Censored",
1393
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
1394
+ gif: !0,
1395
+ animated: !0,
1396
+ urls: {
1397
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
1398
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
1399
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
1400
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
1401
+ },
1402
+ start: 9,
1403
+ end: 17
1404
+ },
1405
+ {
1406
+ type: "7tv",
1407
+ name: "Censored",
1408
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
1409
+ gif: !0,
1410
+ animated: !0,
1411
+ urls: {
1412
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
1413
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
1414
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
1415
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
1416
+ },
1417
+ start: 18,
1418
+ end: 26
1419
+ }
1420
+ ],
1421
+ msgId: "5f752ae3-4be9-4f93-82d1-d78575ba07fd"
1422
+ },
1423
+ renderedText: "<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"
1424
+ }
1425
+ },
1426
+ zeroWidthEmoteInMiddle: {
1427
+ listener: "message",
1428
+ event: {
1429
+ service: "twitch",
1430
+ data: {
1431
+ time: 1768317383248,
1432
+ tags: {
1433
+ "badge-info": "subscriber/23",
1434
+ badges: "broadcaster/1,subscriber/0",
1435
+ "client-nonce": "847f9c27722340d090eddcb0d0662b5b",
1436
+ color: "#DAA520",
1437
+ "display-name": "An1by",
1438
+ emotes: "",
1439
+ "first-msg": "0",
1440
+ flags: "",
1441
+ id: "3dea1e1e-89f7-4a5f-b743-13ba0386492f",
1442
+ mod: "0",
1443
+ "returning-chatter": "0",
1444
+ "room-id": "958683839",
1445
+ subscriber: "1",
1446
+ "tmi-sent-ts": "1768317382987",
1447
+ turbo: "0",
1448
+ "user-id": "958683839",
1449
+ "user-type": ""
1450
+ },
1451
+ nick: "an1by",
1452
+ userId: "958683839",
1453
+ displayName: "An1by",
1454
+ displayColor: "#DAA520",
1455
+ badges: [{
1456
+ type: "broadcaster",
1457
+ version: "1",
1458
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
1459
+ description: "Broadcaster"
1460
+ }, {
1461
+ type: "subscriber",
1462
+ version: "0",
1463
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
1464
+ description: "Subscriber"
1465
+ }],
1466
+ channel: "an1by",
1467
+ text: "text and Censored emote",
1468
+ isAction: !1,
1469
+ emotes: [{
1470
+ type: "7tv",
1471
+ name: "Censored",
1472
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
1473
+ gif: !0,
1474
+ animated: !0,
1475
+ urls: {
1476
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
1477
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
1478
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
1479
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
1480
+ },
1481
+ start: 9,
1482
+ end: 17
1483
+ }],
1484
+ msgId: "3dea1e1e-89f7-4a5f-b743-13ba0386492f"
1485
+ },
1486
+ renderedText: "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"
1487
+ }
1488
+ },
1489
+ zeroWidthEmoteFirst: {
1490
+ listener: "message",
1491
+ event: {
1492
+ service: "twitch",
1493
+ data: {
1494
+ time: 1768317236883,
1495
+ tags: {
1496
+ "badge-info": "subscriber/23",
1497
+ badges: "broadcaster/1,subscriber/0",
1498
+ "client-nonce": "e9d0621827184c1b940fd700ae599d60",
1499
+ color: "#DAA520",
1500
+ "display-name": "An1by",
1501
+ emotes: "",
1502
+ "first-msg": "0",
1503
+ flags: "",
1504
+ id: "6f347337-354a-42e5-bab0-935e19d74152",
1505
+ mod: "0",
1506
+ "returning-chatter": "0",
1507
+ "room-id": "958683839",
1508
+ subscriber: "1",
1509
+ "tmi-sent-ts": "1768317236625",
1510
+ turbo: "0",
1511
+ "user-id": "958683839",
1512
+ "user-type": ""
1513
+ },
1514
+ nick: "an1by",
1515
+ userId: "958683839",
1516
+ displayName: "An1by",
1517
+ displayColor: "#DAA520",
1518
+ badges: [{
1519
+ type: "broadcaster",
1520
+ version: "1",
1521
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
1522
+ description: "Broadcaster"
1523
+ }, {
1524
+ type: "subscriber",
1525
+ version: "0",
1526
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
1527
+ description: "Subscriber"
1528
+ }],
1529
+ channel: "an1by",
1530
+ text: "Censored <- zeroWidth emote on the first place",
1531
+ isAction: !1,
1532
+ emotes: [{
1533
+ type: "7tv",
1534
+ name: "Censored",
1535
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
1536
+ gif: !0,
1537
+ animated: !0,
1538
+ urls: {
1539
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
1540
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
1541
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
1542
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
1543
+ },
1544
+ start: 0,
1545
+ end: 8
1546
+ }],
1547
+ msgId: "6f347337-354a-42e5-bab0-935e19d74152"
1548
+ },
1549
+ renderedText: "<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\">&lt;- zeroWidth emote on the first place"
1550
+ }
1551
+ },
1552
+ veryShort: {
1553
+ listener: "message",
1554
+ event: {
1555
+ service: "twitch",
1556
+ data: {
1557
+ time: 1749743750546,
1558
+ tags: {
1559
+ "badge-info": "",
1560
+ badges: "",
1561
+ "client-nonce": "a3fe71a5771d0c31466dd333c963231e",
1562
+ color: "",
1563
+ "display-name": "An1by",
1564
+ emotes: "",
1565
+ "first-msg": "0",
1566
+ flags: "",
1567
+ id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
1568
+ mod: "0",
1569
+ "returning-chatter": "0",
1570
+ "room-id": "958683839",
1571
+ subscriber: "0",
1572
+ "tmi-sent-ts": "1749743749437",
1573
+ turbo: "0",
1574
+ "user-id": "958683839",
1575
+ "user-type": ""
1576
+ },
1577
+ nick: "IHaveVeryBigNickname",
1578
+ userId: "958683839",
1579
+ displayName: "IHaveVeryBigNickname",
1580
+ displayColor: "",
1581
+ badges: [],
1582
+ channel: "IHaveVeryBigNickname",
1583
+ text: "A!",
1584
+ isAction: !1,
1585
+ emotes: [],
1586
+ msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796"
1587
+ },
1588
+ renderedText: "A!"
1589
+ }
1590
+ },
1591
+ viewer: {
1592
+ listener: "message",
1593
+ event: {
1594
+ service: "twitch",
1595
+ data: {
1596
+ time: 1749743750546,
1597
+ tags: {
1598
+ "badge-info": "",
1599
+ badges: "",
1600
+ "client-nonce": "a3fe71a5771d0c31466dd333c963231e",
1601
+ color: "",
1602
+ "display-name": "An1by",
1603
+ emotes: "",
1604
+ "first-msg": "0",
1605
+ flags: "",
1606
+ id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
1607
+ mod: "0",
1608
+ "returning-chatter": "0",
1609
+ "room-id": "958683839",
1610
+ subscriber: "0",
1611
+ "tmi-sent-ts": "1749743749437",
1612
+ turbo: "0",
1613
+ "user-id": "958683839",
1614
+ "user-type": ""
1615
+ },
1616
+ nick: "SimpleViewer",
1617
+ userId: "958683839",
1618
+ displayName: "SimpleViewer",
1619
+ displayColor: "",
1620
+ badges: [],
1621
+ channel: "SimpleViewer",
1622
+ text: "I finally finished it...",
1623
+ isAction: !1,
1624
+ emotes: [],
1625
+ msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796"
1626
+ },
1627
+ renderedText: "I finally finished it..."
1628
+ }
1629
+ },
1630
+ vip: {
1631
+ listener: "message",
1632
+ event: {
1633
+ service: "twitch",
1634
+ data: {
1635
+ time: 1749743844261,
1636
+ tags: {
1637
+ "badge-info": "",
1638
+ badges: "vip/1",
1639
+ "client-nonce": "fd72ba163a9cc1a6486b2eddb0f5d893",
1640
+ color: "",
1641
+ "display-name": "An1by",
1642
+ emotes: "",
1643
+ "first-msg": "0",
1644
+ flags: "",
1645
+ id: "51cac44b-9908-49d2-b424-489276e1e521",
1646
+ mod: "0",
1647
+ "returning-chatter": "0",
1648
+ "room-id": "958683839",
1649
+ subscriber: "0",
1650
+ "tmi-sent-ts": "1749743843170",
1651
+ turbo: "0",
1652
+ "user-id": "958683839",
1653
+ "user-type": "",
1654
+ vip: "1"
1655
+ },
1656
+ nick: "VipPersona",
1657
+ userId: "958683839",
1658
+ displayName: "VipPersona",
1659
+ displayColor: "",
1660
+ badges: [{
1661
+ type: "vip",
1662
+ version: "1",
1663
+ url: "https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",
1664
+ description: "VIP"
1665
+ }],
1666
+ channel: "VipPersona",
1667
+ text: "I am a VIP persona!",
1668
+ isAction: !1,
1669
+ emotes: [],
1670
+ msgId: "51cac44b-9908-49d2-b424-489276e1e521"
1671
+ },
1672
+ renderedText: "I am a VIP persona!"
1673
+ }
1674
+ },
1675
+ vipLong: {
1676
+ listener: "message",
1677
+ event: {
1678
+ service: "twitch",
1679
+ data: {
1680
+ time: 1749743844261,
1681
+ tags: {
1682
+ "badge-info": "",
1683
+ badges: "vip/1",
1684
+ "client-nonce": "fd72ba163a9cc1a6486b2eddb0f5d893",
1685
+ color: "",
1686
+ "display-name": "An1by",
1687
+ emotes: "",
1688
+ "first-msg": "0",
1689
+ flags: "",
1690
+ id: "51cac44b-9908-49d2-b424-489276e1e521",
1691
+ mod: "0",
1692
+ "returning-chatter": "0",
1693
+ "room-id": "958683839",
1694
+ subscriber: "0",
1695
+ "tmi-sent-ts": "1749743843170",
1696
+ turbo: "0",
1697
+ "user-id": "958683839",
1698
+ "user-type": "",
1699
+ vip: "1"
1700
+ },
1701
+ nick: "VipPersona",
1702
+ userId: "958683839",
1703
+ displayName: "VipPersona",
1704
+ displayColor: "",
1705
+ badges: [{
1706
+ type: "vip",
1707
+ version: "1",
1708
+ url: "https://static-cdn.jtvnw.net/badges/v1/b817aba4-fad8-49e2-b88a-7cc744dfa6ec/3",
1709
+ description: "VIP"
1710
+ }],
1711
+ channel: "VipPersona",
1712
+ text: "I am a VIP persona! Are you see this?",
1713
+ isAction: !1,
1714
+ emotes: [],
1715
+ msgId: "51cac44b-9908-49d2-b424-489276e1e521"
1716
+ },
1717
+ renderedText: "I am a VIP persona! Are you see this?"
1718
+ }
1719
+ },
1720
+ artist: {
1721
+ listener: "message",
1722
+ event: {
1723
+ service: "twitch",
1724
+ data: {
1725
+ time: 1749743916482,
1726
+ tags: {
1727
+ "badge-info": "",
1728
+ badges: "artist-badge/1",
1729
+ "client-nonce": "54128d734d44e28ffc32e1ce236993f5",
1730
+ color: "",
1731
+ "display-name": "An1by",
1732
+ emotes: "",
1733
+ "first-msg": "0",
1734
+ flags: "",
1735
+ id: "8ee7e71a-3608-486a-bd82-a82b65982ca7",
1736
+ mod: "0",
1737
+ "returning-chatter": "0",
1738
+ "room-id": "958683839",
1739
+ subscriber: "0",
1740
+ "tmi-sent-ts": "1749743915371",
1741
+ turbo: "0",
1742
+ "user-id": "958683839",
1743
+ "user-type": ""
1744
+ },
1745
+ nick: "StarArtist",
1746
+ userId: "958683839",
1747
+ displayName: "StarArtist",
1748
+ displayColor: "",
1749
+ badges: [{
1750
+ type: "artist-badge",
1751
+ version: "1",
1752
+ url: "https://static-cdn.jtvnw.net/badges/v1/4300a897-03dc-4e83-8c0e-c332fee7057f/3",
1753
+ description: "Artist"
1754
+ }],
1755
+ channel: "StarArtist",
1756
+ 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.",
1757
+ isAction: !1,
1758
+ emotes: [],
1759
+ msgId: "8ee7e71a-3608-486a-bd82-a82b65982ca7"
1760
+ },
1761
+ renderedText: "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."
1762
+ }
1763
+ },
1764
+ subscriber: {
1765
+ listener: "message",
1766
+ event: {
1767
+ data: {
1768
+ tags: {
1769
+ badges: "subscriber/1",
1770
+ color: "#ff69b4",
1771
+ vip: "0",
1772
+ subscriber: "1",
1773
+ "user-id": "100135110",
1774
+ "user-type": "subscriber"
1775
+ },
1776
+ nick: "YourSub",
1777
+ userId: "100135110",
1778
+ displayName: "YourSub",
1779
+ displayColor: "#ff69b4",
1780
+ badges: [{
1781
+ type: "partner",
1782
+ version: "1",
1783
+ url: "https://static-cdn.jtvnw.net/badges/v1/d12a2e27-16f6-41d0-ab77-b780518f00a3/3",
1784
+ description: "Verified"
1785
+ }],
1786
+ text: "This is a subscriber's test message. I'm just a subscriber, srsly.",
1787
+ emotes: [],
1788
+ msgId: "43285909-412c-4eee-b80d-89f1482ba53142"
1789
+ },
1790
+ renderedText: "This is a subscriber's test message. I'm just a subscriber, srsly."
1791
+ }
1792
+ },
1793
+ founder: {
1794
+ listener: "message",
1795
+ event: {
1796
+ service: "twitch",
1797
+ data: {
1798
+ time: 1749743750546,
1799
+ tags: {
1800
+ "badge-info": "",
1801
+ badges: "founder/1,subscriber/1",
1802
+ "client-nonce": "a3fe71a5771d0c31466dd333c963231e",
1803
+ color: "",
1804
+ "display-name": "sub__founder",
1805
+ emotes: "",
1806
+ "first-msg": "0",
1807
+ flags: "",
1808
+ id: "3d0d1a43-45e5-4652-be59-0b31dfeba796",
1809
+ mod: "0",
1810
+ "returning-chatter": "0",
1811
+ "room-id": "958683839",
1812
+ subscriber: "1",
1813
+ "tmi-sent-ts": "1749743749437",
1814
+ turbo: "0",
1815
+ "user-id": "958683839",
1816
+ "user-type": ""
1817
+ },
1818
+ nick: "sub__founder",
1819
+ userId: "958683839",
1820
+ displayName: "sub__founder",
1821
+ displayColor: "",
1822
+ badges: [{ type: "founder" }],
1823
+ channel: "an1by",
1824
+ text: "I finally finished it...",
1825
+ isAction: !1,
1826
+ emotes: [],
1827
+ msgId: "3d0d1a43-45e5-4652-be59-0b31dfeba796"
1828
+ },
1829
+ renderedText: "I finally finished it..."
1830
+ }
1831
+ },
1832
+ moderator: {
1833
+ listener: "message",
1834
+ event: {
1835
+ service: "twitch",
1836
+ data: {
1837
+ time: 1749743997223,
1838
+ tags: {
1839
+ "badge-info": "",
1840
+ badges: "moderator/1",
1841
+ color: "",
1842
+ "display-name": "An1by",
1843
+ emotes: "",
1844
+ "first-msg": "0",
1845
+ flags: "",
1846
+ id: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
1847
+ mod: "1",
1848
+ "returning-chatter": "0",
1849
+ "room-id": "958683839",
1850
+ subscriber: "0",
1851
+ "tmi-sent-ts": "1749743996136",
1852
+ turbo: "0",
1853
+ "user-id": "958683839",
1854
+ "user-type": "mod"
1855
+ },
1856
+ nick: "mediator",
1857
+ userId: "958683839",
1858
+ displayName: "mediator",
1859
+ displayColor: "",
1860
+ badges: [{
1861
+ type: "moderator",
1862
+ version: "1",
1863
+ url: "https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",
1864
+ description: "Moderator"
1865
+ }],
1866
+ channel: "mediator",
1867
+ text: "Did someone say... MODERATOR!?",
1868
+ isAction: !1,
1869
+ emotes: [],
1870
+ msgId: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820"
1871
+ },
1872
+ renderedText: "Did someone say... MODERATOR!?"
1873
+ }
1874
+ },
1875
+ moderatorLong: {
1876
+ listener: "message",
1877
+ event: {
1878
+ service: "twitch",
1879
+ data: {
1880
+ time: 1749743997223,
1881
+ tags: {
1882
+ "badge-info": "",
1883
+ badges: "moderator/1",
1884
+ color: "",
1885
+ "display-name": "An1by",
1886
+ emotes: "",
1887
+ "first-msg": "0",
1888
+ flags: "",
1889
+ id: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820",
1890
+ mod: "1",
1891
+ "returning-chatter": "0",
1892
+ "room-id": "958683839",
1893
+ subscriber: "0",
1894
+ "tmi-sent-ts": "1749743996136",
1895
+ turbo: "0",
1896
+ "user-id": "958683839",
1897
+ "user-type": "mod"
1898
+ },
1899
+ nick: "mediator",
1900
+ userId: "958683839",
1901
+ displayName: "mediator",
1902
+ displayColor: "",
1903
+ badges: [{
1904
+ type: "moderator",
1905
+ version: "1",
1906
+ url: "https://static-cdn.jtvnw.net/badges/v1/3267646d-33f0-4b17-b3df-f923a41db1d0/3",
1907
+ description: "Moderator"
1908
+ }],
1909
+ channel: "mediator",
1910
+ text: "Did someone say... MODERATOR!? Yes, I am moderator!",
1911
+ isAction: !1,
1912
+ emotes: [],
1913
+ msgId: "3e7ba532-f181-4bcc-90f1-a3c48ca3c820"
1914
+ },
1915
+ renderedText: "Did someone say... MODERATOR!? Yes, I am moderator!"
1916
+ }
1917
+ },
1918
+ broadcaster: {
1919
+ listener: "message",
1920
+ event: {
1921
+ service: "twitch",
1922
+ data: {
1923
+ time: 1749744800809,
1924
+ tags: {
1925
+ "badge-info": "subscriber/16",
1926
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
1927
+ "client-nonce": "6989104421ee14c0a8c216ef1c6bb5ed",
1928
+ color: "#DAA520",
1929
+ "display-name": "An1by",
1930
+ emotes: "",
1931
+ "first-msg": "0",
1932
+ flags: "",
1933
+ id: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
1934
+ mod: "0",
1935
+ "returning-chatter": "0",
1936
+ "room-id": "958683839",
1937
+ subscriber: "1",
1938
+ "tmi-sent-ts": "1749744799706",
1939
+ turbo: "0",
1940
+ "user-id": "958683839",
1941
+ "user-type": ""
1942
+ },
1943
+ nick: "an1by",
1944
+ userId: "958683839",
1945
+ displayName: "An1by",
1946
+ displayColor: "#DAA520",
1947
+ badges: [
1948
+ {
1949
+ type: "broadcaster",
1950
+ version: "1",
1951
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
1952
+ description: "Broadcaster"
1953
+ },
1954
+ {
1955
+ type: "subscriber",
1956
+ version: "0",
1957
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
1958
+ description: "Subscriber"
1959
+ },
1960
+ {
1961
+ type: "minecraft-15th-anniversary-celebration",
1962
+ version: "1",
1963
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
1964
+ description: "Minecraft 15th Anniversary Celebration"
1965
+ }
1966
+ ],
1967
+ channel: "an1by",
1968
+ text: "I made this chat Besplatno",
1969
+ isAction: !1,
1970
+ emotes: [{
1971
+ type: "7tv",
1972
+ name: "Besplatno",
1973
+ id: "01FE70VRT00009TR6M9N941A28",
1974
+ gif: !0,
1975
+ animated: !0,
1976
+ urls: {
1977
+ 1: "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/1x.webp",
1978
+ 2: "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/2x.webp",
1979
+ 3: "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/3x.webp",
1980
+ 4: "https://cdn.7tv.app/emote/01FE70VRT00009TR6M9N941A28/4x.webp"
1981
+ },
1982
+ start: 17,
1983
+ end: 26
1984
+ }],
1985
+ msgId: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d"
1986
+ },
1987
+ renderedText: "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\">"
1988
+ }
1989
+ },
1990
+ broadcasterShort: {
1991
+ listener: "message",
1992
+ event: {
1993
+ service: "twitch",
1994
+ data: {
1995
+ time: 1749744800809,
1996
+ tags: {
1997
+ "badge-info": "subscriber/16",
1998
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
1999
+ "client-nonce": "6989104421ee14c0a8c216ef1c6bb5ed",
2000
+ color: "#DAA520",
2001
+ "display-name": "An1by",
2002
+ emotes: "",
2003
+ "first-msg": "0",
2004
+ flags: "",
2005
+ id: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d",
2006
+ mod: "0",
2007
+ "returning-chatter": "0",
2008
+ "room-id": "958683839",
2009
+ subscriber: "1",
2010
+ "tmi-sent-ts": "1749744799706",
2011
+ turbo: "0",
2012
+ "user-id": "958683839",
2013
+ "user-type": ""
2014
+ },
2015
+ nick: "an1by",
2016
+ userId: "958683839",
2017
+ displayName: "An1by",
2018
+ displayColor: "#DAA520",
2019
+ badges: [
2020
+ {
2021
+ type: "broadcaster",
2022
+ version: "1",
2023
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2024
+ description: "Broadcaster"
2025
+ },
2026
+ {
2027
+ type: "subscriber",
2028
+ version: "0",
2029
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2030
+ description: "Subscriber"
2031
+ },
2032
+ {
2033
+ type: "minecraft-15th-anniversary-celebration",
2034
+ version: "1",
2035
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2036
+ description: "Minecraft 15th Anniversary Celebration"
2037
+ }
2038
+ ],
2039
+ channel: "an1by",
2040
+ text: "okak",
2041
+ isAction: !1,
2042
+ emotes: [],
2043
+ msgId: "35a9bea7-076e-4d17-8cb7-7e65c8111b3d"
2044
+ },
2045
+ renderedText: "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\">"
2046
+ }
2047
+ },
2048
+ emoteSolo: {
2049
+ listener: "message",
2050
+ event: {
2051
+ service: "twitch",
2052
+ data: {
2053
+ time: 1749744097330,
2054
+ tags: {
2055
+ "badge-info": "",
2056
+ badges: "",
2057
+ color: "",
2058
+ "display-name": "An1by",
2059
+ emotes: "",
2060
+ "first-msg": "0",
2061
+ flags: "",
2062
+ id: "9ab645b9-7c27-4c6f-99fd-f63727ca3700",
2063
+ mod: "0",
2064
+ "returning-chatter": "0",
2065
+ "room-id": "958683839",
2066
+ subscriber: "0",
2067
+ "tmi-sent-ts": "1749744096217",
2068
+ turbo: "0",
2069
+ "user-id": "958683839",
2070
+ "user-type": ""
2071
+ },
2072
+ nick: "tr0l1",
2073
+ userId: "958683839",
2074
+ displayName: "tr0l1",
2075
+ displayColor: "",
2076
+ badges: [],
2077
+ channel: "tr0l1",
2078
+ text: "🤤😮💀👈👉",
2079
+ isAction: !1,
2080
+ emotes: [
2081
+ {
2082
+ type: "emoji",
2083
+ name: "1f62e",
2084
+ id: "1f62e",
2085
+ gif: !1,
2086
+ urls: { 1: "https://twemoji.maxcdn.com/36x36/1f62e.png" }
2087
+ },
2088
+ {
2089
+ type: "emoji",
2090
+ name: "1f480",
2091
+ id: "1f480",
2092
+ gif: !1,
2093
+ urls: { 1: "https://twemoji.maxcdn.com/36x36/1f480.png" }
2094
+ },
2095
+ {
2096
+ type: "emoji",
2097
+ name: "1f448",
2098
+ id: "1f448",
2099
+ gif: !1,
2100
+ urls: { 1: "https://twemoji.maxcdn.com/36x36/1f448.png" }
2101
+ },
2102
+ {
2103
+ type: "emoji",
2104
+ name: "1f449",
2105
+ id: "1f449",
2106
+ gif: !1,
2107
+ urls: { 1: "https://twemoji.maxcdn.com/36x36/1f449.png" }
2108
+ }
2109
+ ],
2110
+ msgId: "9ab645b9-7c27-4c6f-99fd-f63727ca3700"
2111
+ },
2112
+ renderedText: "🤤😮💀👈👉"
2113
+ }
2114
+ },
2115
+ emoteOne: {
2116
+ listener: "message",
2117
+ event: {
2118
+ service: "twitch",
2119
+ data: {
2120
+ time: 1749744131183,
2121
+ tags: {
2122
+ "badge-info": "",
2123
+ badges: "",
2124
+ color: "",
2125
+ "display-name": "An1by",
2126
+ emotes: "41:20-27/245:29-43/28087:45-51/58765:53-63/555555584:65-66/64138:10-18",
2127
+ "first-msg": "0",
2128
+ flags: "",
2129
+ id: "beb957ea-dfbd-4184-82a3-458121f44867",
2130
+ mod: "0",
2131
+ "returning-chatter": "0",
2132
+ "room-id": "958683839",
2133
+ subscriber: "0",
2134
+ "tmi-sent-ts": "1749744130018",
2135
+ turbo: "0",
2136
+ "user-id": "958683839",
2137
+ "user-type": ""
2138
+ },
2139
+ nick: "tr0l1",
2140
+ userId: "958683839",
2141
+ displayName: "tr0l1",
2142
+ displayColor: "",
2143
+ badges: [],
2144
+ channel: "tr0l1",
2145
+ text: "SeemsGood",
2146
+ isAction: !1,
2147
+ emotes: [{
2148
+ type: "twitch",
2149
+ name: "SeemsGood",
2150
+ id: "64138",
2151
+ gif: !1,
2152
+ animated: !1,
2153
+ urls: {
2154
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0",
2155
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0",
2156
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0"
2157
+ },
2158
+ start: 0,
2159
+ end: 9
2160
+ }],
2161
+ msgId: "beb957ea-dfbd-4184-82a3-458121f44867"
2162
+ },
2163
+ renderedText: "<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\">"
2164
+ }
2165
+ },
2166
+ emoteText: {
2167
+ listener: "message",
2168
+ event: {
2169
+ service: "twitch",
2170
+ data: {
2171
+ time: 1749744131183,
2172
+ tags: {
2173
+ "badge-info": "",
2174
+ badges: "",
2175
+ color: "",
2176
+ "display-name": "7TVUser",
2177
+ emotes: "41:20-27/245:29-43/28087:45-51/58765:53-63/555555584:65-66/64138:10-18",
2178
+ "first-msg": "0",
2179
+ flags: "",
2180
+ id: "beb957ea-dfbd-4184-82a3-458121f44867",
2181
+ mod: "0",
2182
+ "returning-chatter": "0",
2183
+ "room-id": "958683839",
2184
+ subscriber: "0",
2185
+ "tmi-sent-ts": "1749744130018",
2186
+ turbo: "0",
2187
+ "user-id": "958683839",
2188
+ "user-type": ""
2189
+ },
2190
+ nick: "7TVUser",
2191
+ userId: "958683839",
2192
+ displayName: "7TVUser",
2193
+ displayColor: "",
2194
+ badges: [],
2195
+ channel: "7TVUser",
2196
+ text: "Not emote SeemsGood Kreygasm ResidentSleeper WutFace NotLikeThis <3",
2197
+ isAction: !1,
2198
+ emotes: [
2199
+ {
2200
+ type: "twitch",
2201
+ name: "SeemsGood",
2202
+ id: "64138",
2203
+ gif: !1,
2204
+ animated: !1,
2205
+ urls: {
2206
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/1.0",
2207
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/2.0",
2208
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/64138/static/dark/3.0"
2209
+ },
2210
+ start: 10,
2211
+ end: 19
2212
+ },
2213
+ {
2214
+ type: "twitch",
2215
+ name: "Kreygasm",
2216
+ id: "41",
2217
+ gif: !1,
2218
+ animated: !1,
2219
+ urls: {
2220
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/1.0",
2221
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/2.0",
2222
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/41/static/dark/3.0"
2223
+ },
2224
+ start: 20,
2225
+ end: 28
2226
+ },
2227
+ {
2228
+ type: "twitch",
2229
+ name: "ResidentSleeper",
2230
+ id: "245",
2231
+ gif: !1,
2232
+ animated: !1,
2233
+ urls: {
2234
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/1.0",
2235
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/2.0",
2236
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/245/static/dark/3.0"
2237
+ },
2238
+ start: 29,
2239
+ end: 44
2240
+ },
2241
+ {
2242
+ type: "twitch",
2243
+ name: "WutFace",
2244
+ id: "28087",
2245
+ gif: !1,
2246
+ animated: !1,
2247
+ urls: {
2248
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/1.0",
2249
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/2.0",
2250
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/28087/static/dark/3.0"
2251
+ },
2252
+ start: 45,
2253
+ end: 52
2254
+ },
2255
+ {
2256
+ type: "twitch",
2257
+ name: "NotLikeThis",
2258
+ id: "58765",
2259
+ gif: !1,
2260
+ animated: !1,
2261
+ urls: {
2262
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/1.0",
2263
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/2.0",
2264
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/58765/static/dark/3.0"
2265
+ },
2266
+ start: 53,
2267
+ end: 64
2268
+ },
2269
+ {
2270
+ type: "twitch",
2271
+ name: "<3",
2272
+ id: "9",
2273
+ gif: !1,
2274
+ animated: !1,
2275
+ urls: {
2276
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/1.0",
2277
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/2.0",
2278
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/9/static/dark/3.0"
2279
+ },
2280
+ start: 65,
2281
+ end: 67
2282
+ }
2283
+ ],
2284
+ msgId: "beb957ea-dfbd-4184-82a3-458121f44867"
2285
+ },
2286
+ renderedText: "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\">"
2287
+ }
2288
+ },
2289
+ zeroWidthEmotes: {
2290
+ listener: "message",
2291
+ event: {
2292
+ service: "twitch",
2293
+ data: {
2294
+ time: 1759956619137,
2295
+ tags: {
2296
+ "badge-info": "subscriber/20",
2297
+ badges: "",
2298
+ "client-nonce": "f7b17aea5c07c5c08fd920278fb52b5a",
2299
+ color: "#DAA520",
2300
+ "display-name": "7TVUser",
2301
+ emotes: "",
2302
+ "first-msg": "0",
2303
+ flags: "",
2304
+ id: "b44d1c53-1de9-454c-a269-bd8849cbcd2d",
2305
+ mod: "0",
2306
+ "returning-chatter": "0",
2307
+ "room-id": "958683839",
2308
+ subscriber: "1",
2309
+ "tmi-sent-ts": "1759956618295",
2310
+ turbo: "0",
2311
+ "user-id": "958683839",
2312
+ "user-type": ""
2313
+ },
2314
+ nick: "7TVUser",
2315
+ userId: "958683839",
2316
+ displayName: "7TVUser",
2317
+ displayColor: "#DAA520",
2318
+ badges: [{
2319
+ type: "minecraft-15th-anniversary-celebration",
2320
+ version: "1",
2321
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2322
+ description: "Minecraft 15th Anniversary Celebration"
2323
+ }],
2324
+ channel: "7TVUser",
2325
+ text: "Zero-width emotes AYAYA PETPET right there!!",
2326
+ isAction: !1,
2327
+ emotes: [{
2328
+ type: "7tv",
2329
+ name: "AYAYA",
2330
+ id: "01GB32XE6R00018VJGJ4A9BNCV",
2331
+ gif: !1,
2332
+ animated: !1,
2333
+ urls: {
2334
+ 1: "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/1x.webp",
2335
+ 2: "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/2x.webp",
2336
+ 3: "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/3x.webp",
2337
+ 4: "https://cdn.7tv.app/emote/01GB32XE6R00018VJGJ4A9BNCV/4x.webp"
2338
+ },
2339
+ start: 18,
2340
+ end: 23
2341
+ }, {
2342
+ type: "7tv",
2343
+ name: "PETPET",
2344
+ id: "01FE3XY508000AA32JP519W2EW",
2345
+ gif: !0,
2346
+ animated: !0,
2347
+ urls: {
2348
+ 1: "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/1x.webp",
2349
+ 2: "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/2x.webp",
2350
+ 3: "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/3x.webp",
2351
+ 4: "https://cdn.7tv.app/emote/01FE3XY508000AA32JP519W2EW/4x.webp"
2352
+ },
2353
+ start: 24,
2354
+ end: 30
2355
+ }],
2356
+ msgId: "b44d1c53-1de9-454c-a269-bd8849cbcd2d"
2357
+ },
2358
+ renderedText: "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!!"
2359
+ }
2360
+ },
2361
+ sevenTv: {
2362
+ listener: "message",
2363
+ event: {
2364
+ service: "twitch",
2365
+ data: {
2366
+ time: 1749744413746,
2367
+ tags: {
2368
+ "badge-info": "",
2369
+ badges: "",
2370
+ "client-nonce": "2bd56e3c058b5a4fc4e46c3e369891e6",
2371
+ color: "",
2372
+ "display-name": "An1by",
2373
+ emotes: "",
2374
+ "first-msg": "0",
2375
+ flags: "",
2376
+ id: "4c71789c-8c02-4e25-a71f-3a7d0ef19a33",
2377
+ mod: "0",
2378
+ "returning-chatter": "0",
2379
+ "room-id": "958683839",
2380
+ subscriber: "0",
2381
+ "tmi-sent-ts": "1749744412641",
2382
+ turbo: "0",
2383
+ "user-id": "958683839",
2384
+ "user-type": ""
2385
+ },
2386
+ nick: "tr0l1",
2387
+ userId: "958683839",
2388
+ displayName: "tr0l1",
2389
+ displayColor: "",
2390
+ badges: [],
2391
+ channel: "tr0l1",
2392
+ text: "ало ало Инса Каори Hello everyone! Hello everyone! Hello everyone!Hello everyone! Hello everyone! Hello everyone! Hello everyone! Hello everyone!",
2393
+ isAction: !1,
2394
+ emotes: [
2395
+ {
2396
+ type: "7tv",
2397
+ name: "ало",
2398
+ id: "01F6PRA3N80003BH8AEY9DWKDQ",
2399
+ gif: !0,
2400
+ animated: !0,
2401
+ urls: {
2402
+ 1: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp",
2403
+ 2: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp",
2404
+ 3: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/3x.webp",
2405
+ 4: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp"
2406
+ },
2407
+ start: 0,
2408
+ end: 3
2409
+ },
2410
+ {
2411
+ type: "7tv",
2412
+ name: "ало",
2413
+ id: "01F6PRA3N80003BH8AEY9DWKDQ",
2414
+ gif: !0,
2415
+ animated: !0,
2416
+ urls: {
2417
+ 1: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/1x.webp",
2418
+ 2: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/2x.webp",
2419
+ 3: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/3x.webp",
2420
+ 4: "https://cdn.7tv.app/emote/01F6PRA3N80003BH8AEY9DWKDQ/4x.webp"
2421
+ },
2422
+ start: 4,
2423
+ end: 7
2424
+ },
2425
+ {
2426
+ type: "7tv",
2427
+ name: "Инса",
2428
+ id: "01JRE4VRRXWF0922HA3F9BZG6M",
2429
+ gif: !1,
2430
+ animated: !1,
2431
+ urls: {
2432
+ 1: "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/1x.webp",
2433
+ 2: "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/2x.webp",
2434
+ 3: "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/3x.webp",
2435
+ 4: "https://cdn.7tv.app/emote/01JRE4VRRXWF0922HA3F9BZG6M/4x.webp"
2436
+ },
2437
+ start: 8,
2438
+ end: 12
2439
+ },
2440
+ {
2441
+ type: "7tv",
2442
+ name: "Каори",
2443
+ id: "01GY6TCEFG000BGHWA5T6NGBRA",
2444
+ gif: !1,
2445
+ animated: !1,
2446
+ urls: {
2447
+ 1: "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/1x.webp",
2448
+ 2: "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/2x.webp",
2449
+ 3: "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/3x.webp",
2450
+ 4: "https://cdn.7tv.app/emote/01GY6TCEFG000BGHWA5T6NGBRA/4x.webp"
2451
+ },
2452
+ start: 13,
2453
+ end: 18
2454
+ }
2455
+ ],
2456
+ msgId: "4c71789c-8c02-4e25-a71f-3a7d0ef19a33"
2457
+ },
2458
+ renderedText: "<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!"
2459
+ }
2460
+ },
2461
+ sevenTvSolo: {
2462
+ listener: "message",
2463
+ event: {
2464
+ service: "twitch",
2465
+ data: {
2466
+ time: 1768321684253,
2467
+ tags: {
2468
+ "badge-info": "subscriber/23",
2469
+ badges: "broadcaster/1,subscriber/0",
2470
+ "client-nonce": "51cc77206bf346eda20774b75aac675d",
2471
+ color: "#DAA520",
2472
+ "display-name": "An1by",
2473
+ emotes: "",
2474
+ "first-msg": "0",
2475
+ flags: "",
2476
+ id: "e30a02bf-a3c7-40f2-9325-cdc2690d3631",
2477
+ mod: "0",
2478
+ "returning-chatter": "0",
2479
+ "room-id": "958683839",
2480
+ subscriber: "1",
2481
+ "tmi-sent-ts": "1768321684074",
2482
+ turbo: "0",
2483
+ "user-id": "958683839",
2484
+ "user-type": ""
2485
+ },
2486
+ nick: "an1by",
2487
+ userId: "958683839",
2488
+ displayName: "An1by",
2489
+ displayColor: "#DAA520",
2490
+ badges: [{
2491
+ type: "broadcaster",
2492
+ version: "1",
2493
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2494
+ description: "Broadcaster"
2495
+ }, {
2496
+ type: "subscriber",
2497
+ version: "0",
2498
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2499
+ description: "Subscriber"
2500
+ }],
2501
+ channel: "an1by",
2502
+ text: "DurkaDance ͏",
2503
+ isAction: !1,
2504
+ emotes: [{
2505
+ type: "7tv",
2506
+ name: "DurkaDance",
2507
+ id: "01JQBC7K2FX7HE4SFZFJEN6CWY",
2508
+ gif: !0,
2509
+ animated: !0,
2510
+ urls: {
2511
+ 1: "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/1x.webp",
2512
+ 2: "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/2x.webp",
2513
+ 3: "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/3x.webp",
2514
+ 4: "https://cdn.7tv.app/emote/01JQBC7K2FX7HE4SFZFJEN6CWY/4x.webp"
2515
+ },
2516
+ start: 0,
2517
+ end: 10
2518
+ }],
2519
+ msgId: "e30a02bf-a3c7-40f2-9325-cdc2690d3631"
2520
+ },
2521
+ renderedText: "<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\"> ͏"
2522
+ }
2523
+ },
2524
+ replyToEmotes: {
2525
+ listener: "message",
2526
+ event: {
2527
+ service: "twitch",
2528
+ data: {
2529
+ time: 1761442000746,
2530
+ tags: {
2531
+ "badge-info": "subscriber/21",
2532
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
2533
+ "client-nonce": "467bc72d78248ec07dfb0602744268ca",
2534
+ color: "#DAA520",
2535
+ "display-name": "An1by",
2536
+ emotes: "",
2537
+ "first-msg": "0",
2538
+ flags: "",
2539
+ id: "9efd9377-2bd3-4c69-ace4-c21760337bab",
2540
+ mod: "0",
2541
+ "returning-chatter": "0",
2542
+ "room-id": "958683839",
2543
+ subscriber: "1",
2544
+ "tmi-sent-ts": "1761442000143",
2545
+ turbo: "0",
2546
+ "user-id": "958683839",
2547
+ "user-type": ""
2548
+ },
2549
+ nick: "an1by",
2550
+ userId: "958683839",
2551
+ displayName: "An1by",
2552
+ displayColor: "#DAA520",
2553
+ badges: [
2554
+ {
2555
+ type: "broadcaster",
2556
+ version: "1",
2557
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2558
+ description: "Broadcaster"
2559
+ },
2560
+ {
2561
+ type: "subscriber",
2562
+ version: "0",
2563
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2564
+ description: "Subscriber"
2565
+ },
2566
+ {
2567
+ type: "minecraft-15th-anniversary-celebration",
2568
+ version: "1",
2569
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2570
+ description: "Minecraft 15th Anniversary Celebration"
2571
+ }
2572
+ ],
2573
+ channel: "an1by",
2574
+ text: "AREYOUAGIRL Censored Emotes there DiscoDoge Кута",
2575
+ isAction: !1,
2576
+ emotes: [
2577
+ {
2578
+ type: "7tv",
2579
+ name: "AREYOUAGIRL",
2580
+ id: "01F6N58M5R0004P7N4A9PK7KD9",
2581
+ gif: !0,
2582
+ animated: !0,
2583
+ urls: {
2584
+ 1: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/1x.webp",
2585
+ 2: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/2x.webp",
2586
+ 3: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/3x.webp",
2587
+ 4: "https://cdn.7tv.app/emote/01F6N58M5R0004P7N4A9PK7KD9/4x.webp"
2588
+ },
2589
+ start: 0,
2590
+ end: 11
2591
+ },
2592
+ {
2593
+ type: "7tv",
2594
+ name: "Censored",
2595
+ id: "01GC2KBETR0009QMKQRDSHDTVB",
2596
+ gif: !0,
2597
+ animated: !0,
2598
+ urls: {
2599
+ 1: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/1x.webp",
2600
+ 2: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/2x.webp",
2601
+ 3: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/3x.webp",
2602
+ 4: "https://cdn.7tv.app/emote/01GC2KBETR0009QMKQRDSHDTVB/4x.webp"
2603
+ },
2604
+ start: 12,
2605
+ end: 20
2606
+ },
2607
+ {
2608
+ type: "7tv",
2609
+ name: "DiscoDoge",
2610
+ id: "01F6REQR2R0006GRP49Q74YFVT",
2611
+ gif: !0,
2612
+ animated: !0,
2613
+ urls: {
2614
+ 1: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/1x.webp",
2615
+ 2: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/2x.webp",
2616
+ 3: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/3x.webp",
2617
+ 4: "https://cdn.7tv.app/emote/01F6REQR2R0006GRP49Q74YFVT/4x.webp"
2618
+ },
2619
+ start: 34,
2620
+ end: 43
2621
+ },
2622
+ {
2623
+ type: "7tv",
2624
+ name: "Кута",
2625
+ id: "01GZRXWQMR0001GP2RPRY13KD2",
2626
+ gif: !0,
2627
+ animated: !0,
2628
+ urls: {
2629
+ 1: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/1x.webp",
2630
+ 2: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/2x.webp",
2631
+ 3: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/3x.webp",
2632
+ 4: "https://cdn.7tv.app/emote/01GZRXWQMR0001GP2RPRY13KD2/4x.webp"
2633
+ },
2634
+ start: 44,
2635
+ end: 48
2636
+ }
2637
+ ],
2638
+ msgId: "9efd9377-2bd3-4c69-ace4-c21760337bab"
2639
+ },
2640
+ renderedText: "<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\">"
2641
+ }
2642
+ },
2643
+ replyFromEmotes: {
2644
+ listener: "message",
2645
+ event: {
2646
+ service: "twitch",
2647
+ data: {
2648
+ time: 1761442023380,
2649
+ tags: {
2650
+ "badge-info": "subscriber/21",
2651
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
2652
+ "client-nonce": "4052e6a7ed6bb6b8836aa625170c4f7b",
2653
+ color: "#DAA520",
2654
+ "display-name": "An1by",
2655
+ emotes: "",
2656
+ "first-msg": "0",
2657
+ flags: "",
2658
+ id: "f7bed8dd-5a48-4209-8617-e1a3c0720ee4",
2659
+ mod: "0",
2660
+ "reply-parent-display-name": "An1by",
2661
+ "reply-parent-msg-body": "AREYOUAGIRL\\sCensored\\sThere\\semotes\\sDiscoDoge\\sКута",
2662
+ "reply-parent-msg-id": "9efd9377-2bd3-4c69-ace4-c21760337bab",
2663
+ "reply-parent-user-id": "958683839",
2664
+ "reply-parent-user-login": "an1by",
2665
+ "reply-thread-parent-display-name": "An1by",
2666
+ "reply-thread-parent-msg-id": "9efd9377-2bd3-4c69-ace4-c21760337bab",
2667
+ "reply-thread-parent-user-id": "958683839",
2668
+ "reply-thread-parent-user-login": "an1by",
2669
+ "returning-chatter": "0",
2670
+ "room-id": "958683839",
2671
+ subscriber: "1",
2672
+ "tmi-sent-ts": "1761442022738",
2673
+ turbo: "0",
2674
+ "user-id": "958683839",
2675
+ "user-type": ""
2676
+ },
2677
+ nick: "an1by",
2678
+ userId: "958683839",
2679
+ displayName: "An1by",
2680
+ displayColor: "#DAA520",
2681
+ badges: [
2682
+ {
2683
+ type: "broadcaster",
2684
+ version: "1",
2685
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2686
+ description: "Broadcaster"
2687
+ },
2688
+ {
2689
+ type: "subscriber",
2690
+ version: "0",
2691
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2692
+ description: "Subscriber"
2693
+ },
2694
+ {
2695
+ type: "minecraft-15th-anniversary-celebration",
2696
+ version: "1",
2697
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2698
+ description: "Minecraft 15th Anniversary Celebration"
2699
+ }
2700
+ ],
2701
+ channel: "an1by",
2702
+ text: "@An1by I'm replying to message with emotes agarge Looks good, am I right?",
2703
+ isAction: !1,
2704
+ emotes: [{
2705
+ type: "7tv",
2706
+ name: "agarge",
2707
+ id: "01HTDV6DE8000B1F9GAE4NZ73B",
2708
+ gif: !1,
2709
+ animated: !1,
2710
+ urls: {
2711
+ 1: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/1x.webp",
2712
+ 2: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/2x.webp",
2713
+ 3: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/3x.webp",
2714
+ 4: "https://cdn.7tv.app/emote/01HTDV6DE8000B1F9GAE4NZ73B/4x.webp"
2715
+ },
2716
+ start: 43,
2717
+ end: 49
2718
+ }],
2719
+ msgId: "f7bed8dd-5a48-4209-8617-e1a3c0720ee4"
2720
+ },
2721
+ renderedText: "@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?"
2722
+ }
2723
+ },
2724
+ replyTo: {
2725
+ listener: "message",
2726
+ event: {
2727
+ service: "twitch",
2728
+ data: {
2729
+ time: 1761435519083,
2730
+ tags: {
2731
+ "badge-info": "subscriber/21",
2732
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
2733
+ "client-nonce": "da4c68fddba7eb1be7ae2b6a44c207a2",
2734
+ color: "#DAA520",
2735
+ "display-name": "An1by",
2736
+ emotes: "",
2737
+ "first-msg": "0",
2738
+ flags: "",
2739
+ id: "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
2740
+ mod: "0",
2741
+ "returning-chatter": "0",
2742
+ "room-id": "958683839",
2743
+ subscriber: "1",
2744
+ "tmi-sent-ts": "1761435518511",
2745
+ turbo: "0",
2746
+ "user-id": "958683839",
2747
+ "user-type": ""
2748
+ },
2749
+ nick: "an1by",
2750
+ userId: "958683839",
2751
+ displayName: "An1by",
2752
+ displayColor: "#DAA520",
2753
+ badges: [
2754
+ {
2755
+ type: "broadcaster",
2756
+ version: "1",
2757
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2758
+ description: "Broadcaster"
2759
+ },
2760
+ {
2761
+ type: "subscriber",
2762
+ version: "0",
2763
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2764
+ description: "Subscriber"
2765
+ },
2766
+ {
2767
+ type: "minecraft-15th-anniversary-celebration",
2768
+ version: "1",
2769
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2770
+ description: "Minecraft 15th Anniversary Celebration"
2771
+ }
2772
+ ],
2773
+ channel: "an1by",
2774
+ text: "I'll reply to that message",
2775
+ isAction: !1,
2776
+ emotes: [],
2777
+ msgId: "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7"
2778
+ },
2779
+ renderedText: "I'll reply to that message"
2780
+ }
2781
+ },
2782
+ replyFrom: {
2783
+ listener: "message",
2784
+ event: {
2785
+ service: "twitch",
2786
+ data: {
2787
+ time: 1761435541811,
2788
+ tags: {
2789
+ "badge-info": "subscriber/21",
2790
+ badges: "broadcaster/1,subscriber/0,minecraft-15th-anniversary-celebration/1",
2791
+ "client-nonce": "b59db94320a8a01942290c61f6a27480",
2792
+ color: "#DAA520",
2793
+ "display-name": "An1by",
2794
+ emotes: "emotesv2_f54e2bcddf4948808b845e37dd4e08de:26-36",
2795
+ "first-msg": "0",
2796
+ flags: "",
2797
+ id: "bc101ec7-5663-4ee5-9580-536ed9a5804e",
2798
+ mod: "0",
2799
+ "reply-parent-display-name": "An1by",
2800
+ "reply-parent-msg-body": "I'll\\sreply\\sto\\sthat\\smessage",
2801
+ "reply-parent-msg-id": "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
2802
+ "reply-parent-user-id": "958683839",
2803
+ "reply-parent-user-login": "an1by",
2804
+ "reply-thread-parent-display-name": "An1by",
2805
+ "reply-thread-parent-msg-id": "794c103d-a5d5-4ce1-bcd8-98ac6717c8e7",
2806
+ "reply-thread-parent-user-id": "958683839",
2807
+ "reply-thread-parent-user-login": "an1by",
2808
+ "returning-chatter": "0",
2809
+ "room-id": "958683839",
2810
+ subscriber: "1",
2811
+ "tmi-sent-ts": "1761435541217",
2812
+ turbo: "0",
2813
+ "user-id": "958683839",
2814
+ "user-type": ""
2815
+ },
2816
+ nick: "an1by",
2817
+ userId: "958683839",
2818
+ displayName: "An1by",
2819
+ displayColor: "#DAA520",
2820
+ badges: [
2821
+ {
2822
+ type: "broadcaster",
2823
+ version: "1",
2824
+ url: "https://static-cdn.jtvnw.net/badges/v1/5527c58c-fb7d-422d-b71b-f309dcb85cc1/3",
2825
+ description: "Broadcaster"
2826
+ },
2827
+ {
2828
+ type: "subscriber",
2829
+ version: "0",
2830
+ url: "https://static-cdn.jtvnw.net/badges/v1/5d9f2208-5dd8-11e7-8513-2ff4adfae661/3",
2831
+ description: "Subscriber"
2832
+ },
2833
+ {
2834
+ type: "minecraft-15th-anniversary-celebration",
2835
+ version: "1",
2836
+ url: "https://static-cdn.jtvnw.net/badges/v1/178077b2-8b86-4f8d-927c-66ed6c1b025f/3",
2837
+ description: "Minecraft 15th Anniversary Celebration"
2838
+ }
2839
+ ],
2840
+ channel: "an1by",
2841
+ text: "@An1by Replying right now akidaKrutoi",
2842
+ isAction: !1,
2843
+ emotes: [{
2844
+ type: "twitch",
2845
+ name: "akidaKrutoi",
2846
+ id: "emotesv2_f54e2bcddf4948808b845e37dd4e08de",
2847
+ gif: !1,
2848
+ urls: {
2849
+ 1: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/1.0",
2850
+ 2: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/2.0",
2851
+ 4: "https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_f54e2bcddf4948808b845e37dd4e08de/default/dark/3.0"
2852
+ },
2853
+ start: 26,
2854
+ end: 36
2855
+ }],
2856
+ msgId: "bc101ec7-5663-4ee5-9580-536ed9a5804e"
2857
+ },
2858
+ renderedText: "@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\">"
2859
+ }
2860
+ }
2861
+ }, p = "onEventReceived";
2862
+ function m(e) {
2863
+ if (typeof window > "u") return;
2864
+ let t = f[e.startsWith("testMessage_") ? e.replace("testMessage_", "") : e];
2865
+ t && window.dispatchEvent(new CustomEvent(p, { detail: t }));
2866
+ }
2867
+ function h(e) {
2868
+ if (typeof window > "u") return;
2869
+ let t = d[e.startsWith("testAlert_") ? e.replace("testAlert_", "") : e];
2870
+ t && window.dispatchEvent(new CustomEvent(p, { detail: t }));
2871
+ }
2872
+ //#endregion
2873
+ //#region src/root/keys.ts
2874
+ function g(e) {
2875
+ if (!e.startsWith("testMessage")) return null;
2876
+ let t = e.replace("testMessage", "");
2877
+ return t.charAt(0).toLowerCase() + t.slice(1);
2878
+ }
2879
+ function _(e) {
2880
+ if (!e.startsWith("testAlert")) return null;
2881
+ let t = e.replace("testAlert", "");
2882
+ return t.charAt(0).toLowerCase() + t.slice(1);
2883
+ }
2884
+ //#endregion
2885
+ //#region src/root/message/twitch/user-message-data.ts
2886
+ var v = /* @__PURE__ */ function(e) {
2887
+ return e.BROADCASTER = "broadcaster", e.LEAD_MODERATOR = "lead_moderator", e.MODERATOR = "moderator", e.VIP = "vip", e.ARTIST = "artist", e.FOUNDER = "founder", e.SUBSCRIBER = "subscriber", e.TURBO = "turbo", e.DEFAULT = "default", e;
2888
+ }({}), y = ({ badges: e = [], tags: t = {} }) => {
2889
+ let n = (t) => !!e.find((e) => e.type === t), r = t.badges ?? "", i = t["user-type"] ?? "", a = r.includes("subscriber/1") || t.subscriber === "1" || n("subscriber"), o = r.includes("founder/1") || n("founder"), s = r.includes("broadcaster/1") || n("broadcaster"), c = t["first-msg"] === "1", l = t.turbo === "1", u = t.vip === "1" || r.includes("vip/1") || n("vip"), d = r.includes("lead_moderator/1") || n("lead_moderator"), f = (t.mod === "1" || r.includes("moderator/1") || i === "mod") && !d || n("moderator"), p = f || d, m = r.includes("artist-badge/1") || n("artist-badge"), h = [];
2890
+ return s && h.push(v.BROADCASTER), d && h.push(v.LEAD_MODERATOR), f && h.push(v.MODERATOR), u && h.push(v.VIP), m && h.push(v.ARTIST), o && h.push(v.FOUNDER), a && h.push(v.SUBSCRIBER), l && h.push(v.TURBO), h.push(v.DEFAULT), {
2891
+ isSubscriber: a,
2892
+ isBroadcaster: s,
2893
+ isFirstMessageChatter: c,
2894
+ isFounder: o,
2895
+ isTurbo: l,
2896
+ isVip: u,
2897
+ isAnyModerator: p,
2898
+ isModerator: f,
2899
+ isLeadModerator: d,
2900
+ isArtist: m,
2901
+ roles: h,
2902
+ includesBadgeType: n,
2903
+ getSubscriberMonths: () => {
2904
+ for (let e of ["badge-info", "badges"]) {
2905
+ let n = t[e];
2906
+ if (n) {
2907
+ let e = n.match(/^subscriber\/(\d+)$/);
2908
+ if (e) return parseInt(e[1], 10);
2909
+ }
2910
+ }
2911
+ return 0;
2912
+ },
2913
+ getBadgeUrlByType: (t) => e.find((e) => e.type === t)?.url
2914
+ };
2915
+ }, b = class {
2916
+ queue = [];
2917
+ isShowingAlert = !1;
2918
+ onNextAlert;
2919
+ constructor(e) {
2920
+ this.onNextAlert = e;
2921
+ }
2922
+ push(e) {
2923
+ this.queue.push(e);
2924
+ }
2925
+ processNextAlert() {
2926
+ if (this.queue.length === 0 || this.isShowingAlert) return;
2927
+ let e = this.queue.shift();
2928
+ e && (this.isShowingAlert = !0, this.onNextAlert(this, e));
2929
+ }
2930
+ };
2931
+ //#endregion
2932
+ export { g as a, f as c, l as d, n as f, _ as i, d as l, e as m, y as n, h as o, t as p, v as r, m as s, b as t, u };
2933
+
2934
+ //# sourceMappingURL=root-BzhLLMHq.js.map