@mkody/twitch-emoticons 2.4.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsdoc.json +5 -0
- package/LICENSE +1 -0
- package/README.md +85 -13
- package/docs/BTTVEmote.html +87 -37
- package/docs/Channel.html +165 -42
- package/docs/Collection.html +42 -36
- package/docs/Emote.html +58 -25
- package/docs/EmoteFetcher.html +2694 -2075
- package/docs/EmoteParser.html +39 -20
- package/docs/FFZEmote.html +91 -37
- package/docs/SevenTV.html +1191 -0
- package/docs/SevenTVEmote.html +1318 -0
- package/docs/TwitchEmote.html +85 -37
- package/docs/index.html +201 -133
- package/docs/scripts/collapse.js +19 -0
- package/docs/scripts/commonNav.js +28 -0
- package/docs/scripts/search.js +16 -0
- package/docs/struct_BTTVEmote.js.html +5 -2
- package/docs/struct_Channel.js.html +21 -10
- package/docs/struct_Emote.js.html +6 -3
- package/docs/struct_EmoteFetcher.js.html +168 -109
- package/docs/struct_EmoteParser.js.html +5 -2
- package/docs/struct_FFZEmote.js.html +5 -2
- package/docs/struct_SevenTVEmote.js.html +135 -0
- package/docs/struct_TwitchEmote.js.html +5 -2
- package/docs/styles/jsdoc.css +13 -2
- package/docs/styles/prettify.css +1 -0
- package/docs/util_Collection.js.html +5 -2
- package/package.json +19 -16
- package/src/index.js +4 -3
- package/src/struct/Channel.js +16 -8
- package/src/struct/Emote.js +1 -1
- package/src/struct/EmoteFetcher.js +96 -40
- package/src/struct/SevenTVEmote.js +63 -0
- package/src/util/Constants.js +6 -2
- package/test/index.js +82 -19
- package/typings/index.d.ts +35 -18
- package/typings/test.ts +0 -24
package/docs/Collection.html
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
|
|
15
15
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
|
|
16
16
|
<script src="scripts/nav.js" defer></script>
|
|
17
|
+
|
|
17
18
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
18
19
|
</head>
|
|
19
20
|
<body>
|
|
@@ -27,7 +28,9 @@
|
|
|
27
28
|
|
|
28
29
|
<nav >
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#.fetchBTTVEmotes#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#.fetchFFZEmotes#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#.fetchSevenTVEmotes#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#.filter#filter">filter</a></li><li data-type='method'><a href="Collection.html#.find#find">find</a></li><li data-type='method'><a href="Collection.html#.map#map">map</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#.toString#toString">toString</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#._cacheBTTVEmote#_cacheBTTVEmote">_cacheBTTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheFFZEmote#_cacheFFZEmote">_cacheFFZEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheSevenTVEmote#_cacheSevenTVEmote">_cacheSevenTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheTwitchEmote#_cacheTwitchEmote">_cacheTwitchEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawBTTVEmotes#_getRawBTTVEmotes">_getRawBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawFFZEmotes#_getRawFFZEmotes">_getRawFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawSevenTVEmotes#_getRawSevenTVEmotes">_getRawSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawTwitchEmotes#_getRawTwitchEmotes">_getRawTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchBTTVEmotes#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchFFZEmotes#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchSevenTVEmotes#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchTwitchEmotes#fetchTwitchEmotes">fetchTwitchEmotes</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#.parse#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#.toString#toString">toString</a></li></ul></li></ul>
|
|
33
|
+
|
|
31
34
|
</nav>
|
|
32
35
|
|
|
33
36
|
<div id="main">
|
|
@@ -45,7 +48,9 @@
|
|
|
45
48
|
<header>
|
|
46
49
|
|
|
47
50
|
<h2>
|
|
48
|
-
|
|
51
|
+
|
|
52
|
+
Collection
|
|
53
|
+
|
|
49
54
|
</h2>
|
|
50
55
|
|
|
51
56
|
|
|
@@ -67,6 +72,10 @@
|
|
|
67
72
|
|
|
68
73
|
|
|
69
74
|
<dl class="details">
|
|
75
|
+
|
|
76
|
+
<dt class="tag-description">Description:</dt>
|
|
77
|
+
<dd class="tag-description"><ul class="dummy"><li><p>An extended Map with utility methods.</p></li></ul></dd>
|
|
78
|
+
|
|
70
79
|
|
|
71
80
|
|
|
72
81
|
<dt class="tag-source">Source:</dt>
|
|
@@ -110,12 +119,6 @@
|
|
|
110
119
|
|
|
111
120
|
|
|
112
121
|
|
|
113
|
-
<div class="description usertext">
|
|
114
|
-
<p>An extended Map with utility methods.</p>
|
|
115
|
-
</div>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
122
|
|
|
120
123
|
|
|
121
124
|
|
|
@@ -175,6 +178,11 @@
|
|
|
175
178
|
|
|
176
179
|
|
|
177
180
|
<dl class="details">
|
|
181
|
+
|
|
182
|
+
<dt class="tag-description">Description:</dt>
|
|
183
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Filters cache by function.<br>
|
|
184
|
+
Same as <code>Array#filter</code>.</p></li></ul></dd>
|
|
185
|
+
|
|
178
186
|
|
|
179
187
|
|
|
180
188
|
<dt class="tag-source">Source:</dt>
|
|
@@ -218,11 +226,6 @@
|
|
|
218
226
|
|
|
219
227
|
|
|
220
228
|
|
|
221
|
-
<div class="description usertext">
|
|
222
|
-
<p>Filters cache by function.<br>
|
|
223
|
-
Same as <code>Array#filter</code>.</p>
|
|
224
|
-
</div>
|
|
225
|
-
|
|
226
229
|
|
|
227
230
|
|
|
228
231
|
|
|
@@ -231,9 +234,7 @@ Same as <code>Array#filter</code>.</p>
|
|
|
231
234
|
|
|
232
235
|
|
|
233
236
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
<h5>Parameters:</h5>
|
|
237
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
237
238
|
|
|
238
239
|
|
|
239
240
|
<table class="params">
|
|
@@ -269,6 +270,7 @@ Same as <code>Array#filter</code>.</p>
|
|
|
269
270
|
<span class="param-type">function</span>
|
|
270
271
|
|
|
271
272
|
|
|
273
|
+
|
|
272
274
|
|
|
273
275
|
</td>
|
|
274
276
|
|
|
@@ -300,6 +302,7 @@ Same as <code>Array#filter</code>.</p>
|
|
|
300
302
|
<span class="param-type">any</span>
|
|
301
303
|
|
|
302
304
|
|
|
305
|
+
|
|
303
306
|
|
|
304
307
|
</td>
|
|
305
308
|
|
|
@@ -339,7 +342,7 @@ Same as <code>Array#filter</code>.</p>
|
|
|
339
342
|
|
|
340
343
|
|
|
341
344
|
|
|
342
|
-
<h5>Returns:</h5>
|
|
345
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
343
346
|
|
|
344
347
|
|
|
345
348
|
|
|
@@ -353,6 +356,7 @@ Same as <code>Array#filter</code>.</p>
|
|
|
353
356
|
<span class="param-type"><a href="Collection.html">Collection</a></span>
|
|
354
357
|
|
|
355
358
|
|
|
359
|
+
|
|
356
360
|
</dd>
|
|
357
361
|
</dl>
|
|
358
362
|
|
|
@@ -373,6 +377,11 @@ Same as <code>Array#filter</code>.</p>
|
|
|
373
377
|
|
|
374
378
|
|
|
375
379
|
<dl class="details">
|
|
380
|
+
|
|
381
|
+
<dt class="tag-description">Description:</dt>
|
|
382
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Finds first matching value by property or function.<br>
|
|
383
|
+
Same as <code>Array#find</code>.</p></li></ul></dd>
|
|
384
|
+
|
|
376
385
|
|
|
377
386
|
|
|
378
387
|
<dt class="tag-source">Source:</dt>
|
|
@@ -416,13 +425,6 @@ Same as <code>Array#filter</code>.</p>
|
|
|
416
425
|
|
|
417
426
|
|
|
418
427
|
|
|
419
|
-
<div class="description usertext">
|
|
420
|
-
<p>Finds first matching value by property or function.<br>
|
|
421
|
-
Same as <code>Array#find</code>.</p>
|
|
422
|
-
</div>
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
428
|
|
|
427
429
|
|
|
428
430
|
|
|
@@ -431,7 +433,7 @@ Same as <code>Array#find</code>.</p>
|
|
|
431
433
|
|
|
432
434
|
|
|
433
435
|
|
|
434
|
-
<h5>Parameters:</h5>
|
|
436
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
435
437
|
|
|
436
438
|
|
|
437
439
|
<table class="params">
|
|
@@ -470,6 +472,7 @@ Same as <code>Array#find</code>.</p>
|
|
|
470
472
|
<span class="param-type">function</span>
|
|
471
473
|
|
|
472
474
|
|
|
475
|
+
|
|
473
476
|
|
|
474
477
|
</td>
|
|
475
478
|
|
|
@@ -501,6 +504,7 @@ Same as <code>Array#find</code>.</p>
|
|
|
501
504
|
<span class="param-type">any</span>
|
|
502
505
|
|
|
503
506
|
|
|
507
|
+
|
|
504
508
|
|
|
505
509
|
</td>
|
|
506
510
|
|
|
@@ -540,7 +544,7 @@ Same as <code>Array#find</code>.</p>
|
|
|
540
544
|
|
|
541
545
|
|
|
542
546
|
|
|
543
|
-
<h5>Returns:</h5>
|
|
547
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
544
548
|
|
|
545
549
|
|
|
546
550
|
|
|
@@ -554,6 +558,7 @@ Same as <code>Array#find</code>.</p>
|
|
|
554
558
|
<span class="param-type">any</span>
|
|
555
559
|
|
|
556
560
|
|
|
561
|
+
|
|
557
562
|
</dd>
|
|
558
563
|
</dl>
|
|
559
564
|
|
|
@@ -574,6 +579,11 @@ Same as <code>Array#find</code>.</p>
|
|
|
574
579
|
|
|
575
580
|
|
|
576
581
|
<dl class="details">
|
|
582
|
+
|
|
583
|
+
<dt class="tag-description">Description:</dt>
|
|
584
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Maps cache by function.<br>
|
|
585
|
+
Same as <code>Array#map</code>.</p></li></ul></dd>
|
|
586
|
+
|
|
577
587
|
|
|
578
588
|
|
|
579
589
|
<dt class="tag-source">Source:</dt>
|
|
@@ -617,12 +627,6 @@ Same as <code>Array#find</code>.</p>
|
|
|
617
627
|
|
|
618
628
|
|
|
619
629
|
|
|
620
|
-
<div class="description usertext">
|
|
621
|
-
<p>Maps cache by function.<br>
|
|
622
|
-
Same as <code>Array#map</code>.</p>
|
|
623
|
-
</div>
|
|
624
|
-
|
|
625
|
-
|
|
626
630
|
|
|
627
631
|
|
|
628
632
|
|
|
@@ -631,8 +635,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
631
635
|
|
|
632
636
|
|
|
633
637
|
|
|
634
|
-
|
|
635
|
-
<h5>Parameters:</h5>
|
|
638
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
636
639
|
|
|
637
640
|
|
|
638
641
|
<table class="params">
|
|
@@ -668,6 +671,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
668
671
|
<span class="param-type">function</span>
|
|
669
672
|
|
|
670
673
|
|
|
674
|
+
|
|
671
675
|
|
|
672
676
|
</td>
|
|
673
677
|
|
|
@@ -699,6 +703,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
699
703
|
<span class="param-type">any</span>
|
|
700
704
|
|
|
701
705
|
|
|
706
|
+
|
|
702
707
|
|
|
703
708
|
</td>
|
|
704
709
|
|
|
@@ -738,7 +743,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
738
743
|
|
|
739
744
|
|
|
740
745
|
|
|
741
|
-
<h5>Returns:</h5>
|
|
746
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
742
747
|
|
|
743
748
|
|
|
744
749
|
|
|
@@ -752,6 +757,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
752
757
|
<span class="param-type">Array.<any></span>
|
|
753
758
|
|
|
754
759
|
|
|
760
|
+
|
|
755
761
|
</dd>
|
|
756
762
|
</dl>
|
|
757
763
|
|
|
@@ -779,7 +785,7 @@ Same as <code>Array#map</code>.</p>
|
|
|
779
785
|
<br class="clear">
|
|
780
786
|
|
|
781
787
|
<footer>
|
|
782
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
788
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
783
789
|
</footer>
|
|
784
790
|
|
|
785
791
|
<script>prettyPrint();</script>
|
package/docs/Emote.html
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
|
|
15
15
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
|
|
16
16
|
<script src="scripts/nav.js" defer></script>
|
|
17
|
+
|
|
17
18
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
18
19
|
</head>
|
|
19
20
|
<body>
|
|
@@ -27,7 +28,9 @@
|
|
|
27
28
|
|
|
28
29
|
<nav >
|
|
29
30
|
|
|
30
|
-
|
|
31
|
+
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote.html">BTTVEmote</a><ul class='methods'><li data-type='method'><a href="BTTVEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="BTTVEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#.fetchBTTVEmotes#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#.fetchFFZEmotes#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#.fetchSevenTVEmotes#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#.filter#filter">filter</a></li><li data-type='method'><a href="Collection.html#.find#find">find</a></li><li data-type='method'><a href="Collection.html#.map#map">map</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#.toString#toString">toString</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#._cacheBTTVEmote#_cacheBTTVEmote">_cacheBTTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheFFZEmote#_cacheFFZEmote">_cacheFFZEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheSevenTVEmote#_cacheSevenTVEmote">_cacheSevenTVEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._cacheTwitchEmote#_cacheTwitchEmote">_cacheTwitchEmote</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawBTTVEmotes#_getRawBTTVEmotes">_getRawBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawFFZEmotes#_getRawFFZEmotes">_getRawFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawSevenTVEmotes#_getRawSevenTVEmotes">_getRawSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#._getRawTwitchEmotes#_getRawTwitchEmotes">_getRawTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchBTTVEmotes#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchFFZEmotes#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchSevenTVEmotes#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#.fetchTwitchEmotes#fetchTwitchEmotes">fetchTwitchEmotes</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#.parse#parse">parse</a></li></ul></li><li><a href="FFZEmote.html">FFZEmote</a><ul class='methods'><li data-type='method'><a href="FFZEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="FFZEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#.toString#toString">toString</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#.toLink#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#.toString#toString">toString</a></li></ul></li></ul>
|
|
33
|
+
|
|
31
34
|
</nav>
|
|
32
35
|
|
|
33
36
|
<div id="main">
|
|
@@ -45,7 +48,9 @@
|
|
|
45
48
|
<header>
|
|
46
49
|
|
|
47
50
|
<h2>
|
|
48
|
-
|
|
51
|
+
|
|
52
|
+
Emote
|
|
53
|
+
|
|
49
54
|
</h2>
|
|
50
55
|
|
|
51
56
|
|
|
@@ -67,6 +72,11 @@
|
|
|
67
72
|
|
|
68
73
|
|
|
69
74
|
<dl class="details">
|
|
75
|
+
|
|
76
|
+
<dt class="tag-description">Description:</dt>
|
|
77
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Base class for emotes.<br>
|
|
78
|
+
This constructor is not to be used.</p></li></ul></dd>
|
|
79
|
+
|
|
70
80
|
|
|
71
81
|
|
|
72
82
|
<dt class="tag-source">Source:</dt>
|
|
@@ -110,13 +120,6 @@
|
|
|
110
120
|
|
|
111
121
|
|
|
112
122
|
|
|
113
|
-
<div class="description usertext">
|
|
114
|
-
<p>Base class for emotes.<br>
|
|
115
|
-
This constructor is not to be used.</p>
|
|
116
|
-
</div>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
123
|
|
|
121
124
|
|
|
122
125
|
|
|
@@ -125,7 +128,7 @@ This constructor is not to be used.</p>
|
|
|
125
128
|
|
|
126
129
|
|
|
127
130
|
|
|
128
|
-
<h5>Parameters:</h5>
|
|
131
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
129
132
|
|
|
130
133
|
|
|
131
134
|
<table class="params">
|
|
@@ -159,6 +162,7 @@ This constructor is not to be used.</p>
|
|
|
159
162
|
<span class="param-type"><a href="Channel.html">Channel</a></span>
|
|
160
163
|
|
|
161
164
|
|
|
165
|
+
|
|
162
166
|
|
|
163
167
|
</td>
|
|
164
168
|
|
|
@@ -182,6 +186,7 @@ This constructor is not to be used.</p>
|
|
|
182
186
|
<span class="param-type">string</span>
|
|
183
187
|
|
|
184
188
|
|
|
189
|
+
|
|
185
190
|
|
|
186
191
|
</td>
|
|
187
192
|
|
|
@@ -205,6 +210,7 @@ This constructor is not to be used.</p>
|
|
|
205
210
|
<span class="param-type">data</span>
|
|
206
211
|
|
|
207
212
|
|
|
213
|
+
|
|
208
214
|
|
|
209
215
|
</td>
|
|
210
216
|
|
|
@@ -265,6 +271,12 @@ This constructor is not to be used.</p>
|
|
|
265
271
|
|
|
266
272
|
|
|
267
273
|
<dl class="details">
|
|
274
|
+
|
|
275
|
+
<dt class="tag-description">Description:</dt>
|
|
276
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The channel this emote belongs to.<br>
|
|
277
|
+
Only accurate and constant on Twitch emotes.<br>
|
|
278
|
+
For other types of emotes, use the <code>owner</code> or <code>ownerName</code> property.</p></li></ul></dd>
|
|
279
|
+
|
|
268
280
|
|
|
269
281
|
|
|
270
282
|
<dt class="tag-source">Source:</dt>
|
|
@@ -316,13 +328,14 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
316
328
|
|
|
317
329
|
|
|
318
330
|
|
|
319
|
-
<h5>Type:</h5>
|
|
331
|
+
<h5 class="h5-types">Type:</h5>
|
|
320
332
|
<ul>
|
|
321
333
|
<li>
|
|
322
334
|
|
|
323
335
|
<span class="param-type"><a href="Channel.html">Channel</a></span>
|
|
324
336
|
|
|
325
337
|
|
|
338
|
+
|
|
326
339
|
</li>
|
|
327
340
|
</ul>
|
|
328
341
|
|
|
@@ -340,6 +353,10 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
340
353
|
|
|
341
354
|
|
|
342
355
|
<dl class="details">
|
|
356
|
+
|
|
357
|
+
<dt class="tag-description">Description:</dt>
|
|
358
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The code or name of the emote.</p></li></ul></dd>
|
|
359
|
+
|
|
343
360
|
|
|
344
361
|
|
|
345
362
|
<dt class="tag-source">Source:</dt>
|
|
@@ -389,13 +406,14 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
389
406
|
|
|
390
407
|
|
|
391
408
|
|
|
392
|
-
<h5>Type:</h5>
|
|
409
|
+
<h5 class="h5-types">Type:</h5>
|
|
393
410
|
<ul>
|
|
394
411
|
<li>
|
|
395
412
|
|
|
396
413
|
<span class="param-type">string</span>
|
|
397
414
|
|
|
398
415
|
|
|
416
|
+
|
|
399
417
|
</li>
|
|
400
418
|
</ul>
|
|
401
419
|
|
|
@@ -413,6 +431,10 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
413
431
|
|
|
414
432
|
|
|
415
433
|
<dl class="details">
|
|
434
|
+
|
|
435
|
+
<dt class="tag-description">Description:</dt>
|
|
436
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The emote fetcher.</p></li></ul></dd>
|
|
437
|
+
|
|
416
438
|
|
|
417
439
|
|
|
418
440
|
<dt class="tag-source">Source:</dt>
|
|
@@ -462,13 +484,14 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
462
484
|
|
|
463
485
|
|
|
464
486
|
|
|
465
|
-
<h5>Type:</h5>
|
|
487
|
+
<h5 class="h5-types">Type:</h5>
|
|
466
488
|
<ul>
|
|
467
489
|
<li>
|
|
468
490
|
|
|
469
491
|
<span class="param-type"><a href="EmoteFetcher.html">EmoteFetcher</a></span>
|
|
470
492
|
|
|
471
493
|
|
|
494
|
+
|
|
472
495
|
</li>
|
|
473
496
|
</ul>
|
|
474
497
|
|
|
@@ -486,6 +509,10 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
486
509
|
|
|
487
510
|
|
|
488
511
|
<dl class="details">
|
|
512
|
+
|
|
513
|
+
<dt class="tag-description">Description:</dt>
|
|
514
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The ID of this emote.</p></li></ul></dd>
|
|
515
|
+
|
|
489
516
|
|
|
490
517
|
|
|
491
518
|
<dt class="tag-source">Source:</dt>
|
|
@@ -535,13 +562,14 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
535
562
|
|
|
536
563
|
|
|
537
564
|
|
|
538
|
-
<h5>Type:</h5>
|
|
565
|
+
<h5 class="h5-types">Type:</h5>
|
|
539
566
|
<ul>
|
|
540
567
|
<li>
|
|
541
568
|
|
|
542
569
|
<span class="param-type">string</span>
|
|
543
570
|
|
|
544
571
|
|
|
572
|
+
|
|
545
573
|
</li>
|
|
546
574
|
</ul>
|
|
547
575
|
|
|
@@ -559,6 +587,11 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
559
587
|
|
|
560
588
|
|
|
561
589
|
<dl class="details">
|
|
590
|
+
|
|
591
|
+
<dt class="tag-description">Description:</dt>
|
|
592
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The type of this emote.<br>
|
|
593
|
+
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p></li></ul></dd>
|
|
594
|
+
|
|
562
595
|
|
|
563
596
|
|
|
564
597
|
<dt class="tag-source">Source:</dt>
|
|
@@ -604,18 +637,19 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
604
637
|
|
|
605
638
|
<div class="description usertext">
|
|
606
639
|
<p>The type of this emote.<br>
|
|
607
|
-
Either <code>twitch</code>, <code>bttv</code>,
|
|
640
|
+
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p>
|
|
608
641
|
</div>
|
|
609
642
|
|
|
610
643
|
|
|
611
644
|
|
|
612
|
-
<h5>Type:</h5>
|
|
645
|
+
<h5 class="h5-types">Type:</h5>
|
|
613
646
|
<ul>
|
|
614
647
|
<li>
|
|
615
648
|
|
|
616
649
|
<span class="param-type">string</span>
|
|
617
650
|
|
|
618
651
|
|
|
652
|
+
|
|
619
653
|
</li>
|
|
620
654
|
</ul>
|
|
621
655
|
|
|
@@ -643,6 +677,11 @@ Either <code>twitch</code>, <code>bttv</code>, or <code>ffz</code>.</p>
|
|
|
643
677
|
|
|
644
678
|
|
|
645
679
|
<dl class="details">
|
|
680
|
+
|
|
681
|
+
<dt class="tag-description">Description:</dt>
|
|
682
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Override for <code>toString</code>.<br>
|
|
683
|
+
Will give the emote's name.</p></li></ul></dd>
|
|
684
|
+
|
|
646
685
|
|
|
647
686
|
|
|
648
687
|
<dt class="tag-source">Source:</dt>
|
|
@@ -686,10 +725,6 @@ Either <code>twitch</code>, <code>bttv</code>, or <code>ffz</code>.</p>
|
|
|
686
725
|
|
|
687
726
|
|
|
688
727
|
|
|
689
|
-
<div class="description usertext">
|
|
690
|
-
<p>Override for <code>toString</code>.<br>
|
|
691
|
-
Will give the emote's name.</p>
|
|
692
|
-
</div>
|
|
693
728
|
|
|
694
729
|
|
|
695
730
|
|
|
@@ -712,10 +747,7 @@ Will give the emote's name.</p>
|
|
|
712
747
|
|
|
713
748
|
|
|
714
749
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
<h5>Returns:</h5>
|
|
750
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
719
751
|
|
|
720
752
|
|
|
721
753
|
|
|
@@ -729,6 +761,7 @@ Will give the emote's name.</p>
|
|
|
729
761
|
<span class="param-type">string</span>
|
|
730
762
|
|
|
731
763
|
|
|
764
|
+
|
|
732
765
|
</dd>
|
|
733
766
|
</dl>
|
|
734
767
|
|
|
@@ -756,7 +789,7 @@ Will give the emote's name.</p>
|
|
|
756
789
|
<br class="clear">
|
|
757
790
|
|
|
758
791
|
<footer>
|
|
759
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc
|
|
792
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
760
793
|
</footer>
|
|
761
794
|
|
|
762
795
|
<script>prettyPrint();</script>
|