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