@mkody/twitch-emoticons 2.9.3 → 2.9.5
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 +12 -5
- package/.nvmrc +1 -1
- package/dist/TwitchEmoticons.min.js +11 -11
- package/dist/TwitchEmoticons.min.js.map +4 -4
- package/docs/BTTVEmote.html +72 -72
- package/docs/Channel.html +19 -19
- package/docs/Collection.html +25 -25
- package/docs/Emote.html +63 -33
- package/docs/EmoteFetcher.html +426 -366
- package/docs/EmoteParser.html +378 -3
- package/docs/FFZEmote.html +82 -82
- package/docs/SevenTVEmote.html +77 -77
- package/docs/TwitchEmote.html +68 -68
- package/docs/index.html +3 -3
- package/docs/struct_BTTVEmote.js.html +2 -2
- package/docs/struct_Channel.js.html +2 -2
- package/docs/struct_Emote.js.html +3 -2
- package/docs/struct_EmoteFetcher.js.html +4 -2
- package/docs/struct_EmoteParser.js.html +22 -3
- package/docs/struct_FFZEmote.js.html +2 -2
- package/docs/struct_SevenTVEmote.js.html +2 -2
- package/docs/struct_TwitchEmote.js.html +2 -2
- package/docs/util_Collection.js.html +4 -3
- package/package.json +14 -14
- package/src/struct/Emote.js +1 -0
- package/src/struct/EmoteFetcher.js +2 -0
- package/src/struct/EmoteParser.js +20 -1
- package/src/util/Collection.js +1 -0
- package/test/SevenTV.test.js +4 -4
- package/test/__snapshots__/ToFromObject.test.js.snap +1 -1
- package/test/other.test.js +60 -1
- package/typings/index.d.ts +4 -4
- package/docs/SevenTV.html +0 -1191
package/docs/FFZEmote.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
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</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="https://github.com/mkody/twitch-emoticons" target="_blank" class="menu-item" id="github_link" >GitHub</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</a></li><li data-type='method'><a href="BTTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="BTTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="Channel.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="Channel.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li></ul></li><li><a href="Emote.html">Emote</a><ul class='methods'><li data-type='method'><a href="Emote.html#toObject">toObject</a></li></ul></li><li><a href="EmoteFetcher.html">EmoteFetcher</a><ul class='methods'><li data-type='method'><a href="EmoteFetcher.html#fetchTwitchEmotes">fetchTwitchEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchBTTVEmotes">fetchBTTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchFFZEmotes">fetchFFZEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fetchSevenTVEmotes">fetchSevenTVEmotes</a></li><li data-type='method'><a href="EmoteFetcher.html#fromObject">fromObject</a></li></ul></li><li><a href="EmoteParser.html">EmoteParser</a><ul class='methods'><li data-type='method'><a href="EmoteParser.html#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</a></li><li data-type='method'><a href="FFZEmote.html#toObject">toObject</a></li><li data-type='method'><a href="FFZEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="SevenTVEmote.html">SevenTVEmote</a><ul class='methods'><li data-type='method'><a href="SevenTVEmote.html#toLink">toLink</a></li><li data-type='method'><a href="SevenTVEmote.html#toObject">toObject</a></li><li data-type='method'><a href="SevenTVEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="TwitchEmote.html">TwitchEmote</a><ul class='methods'><li data-type='method'><a href="TwitchEmote.html#toLink">toLink</a></li><li data-type='method'><a href="TwitchEmote.html#toObject">toObject</a></li><li data-type='method'><a href="TwitchEmote.html#.fromObject">fromObject</a></li></ul></li><li><a href="Collection.html">Collection</a><ul class='methods'><li data-type='method'><a href="Collection.html#find">find</a></li><li data-type='method'><a href="Collection.html#filter">filter</a></li><li data-type='method'><a href="Collection.html#map">map</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
|
|
275
275
|
|
|
276
276
|
|
|
277
|
-
<h4 class="name" id="
|
|
277
|
+
<h4 class="name" id="owner"><span class="type-signature type-signature-readonly, nullable">(readonly, nullable) </span>owner<span class="type-signature"> :<a href="Channel.html">Channel</a></span></h4>
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
|
|
@@ -283,13 +283,14 @@
|
|
|
283
283
|
<dl class="details">
|
|
284
284
|
|
|
285
285
|
<dt class="tag-description">Description:</dt>
|
|
286
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
286
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The channel of this emote's creator.<br>
|
|
287
|
+
Not guaranteed to contain the emote, or be cached.</p></li></ul></dd>
|
|
287
288
|
|
|
288
289
|
|
|
289
290
|
|
|
290
291
|
<dt class="tag-source">Source:</dt>
|
|
291
292
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
292
|
-
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#
|
|
293
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line23">line 23</a>
|
|
293
294
|
</li></ul></dd>
|
|
294
295
|
|
|
295
296
|
|
|
@@ -329,7 +330,8 @@
|
|
|
329
330
|
|
|
330
331
|
|
|
331
332
|
<div class="description usertext">
|
|
332
|
-
<p>
|
|
333
|
+
<p>The channel of this emote's creator.<br>
|
|
334
|
+
Not guaranteed to contain the emote, or be cached.</p>
|
|
333
335
|
</div>
|
|
334
336
|
|
|
335
337
|
|
|
@@ -338,7 +340,7 @@
|
|
|
338
340
|
<ul>
|
|
339
341
|
<li>
|
|
340
342
|
|
|
341
|
-
<span class="param-type">
|
|
343
|
+
<span class="param-type"><a href="Channel.html">Channel</a></span>
|
|
342
344
|
|
|
343
345
|
|
|
344
346
|
|
|
@@ -352,7 +354,7 @@
|
|
|
352
354
|
|
|
353
355
|
|
|
354
356
|
|
|
355
|
-
<h4 class="name" id="
|
|
357
|
+
<h4 class="name" id="ownerName"><span class="type-signature type-signature-nullable">(nullable) </span>ownerName<span class="type-signature"> :string</span></h4>
|
|
356
358
|
|
|
357
359
|
|
|
358
360
|
|
|
@@ -361,15 +363,13 @@
|
|
|
361
363
|
<dl class="details">
|
|
362
364
|
|
|
363
365
|
<dt class="tag-description">Description:</dt>
|
|
364
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The
|
|
365
|
-
Only accurate and constant on Twitch emotes.<br>
|
|
366
|
-
For other types of emotes, use the <code>owner</code> or <code>ownerName</code> property.</p></li></ul></dd>
|
|
366
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The name of the emote creator's channel.</p></li></ul></dd>
|
|
367
367
|
|
|
368
368
|
|
|
369
369
|
|
|
370
370
|
<dt class="tag-source">Source:</dt>
|
|
371
371
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
372
|
-
<a href="
|
|
372
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line35">line 35</a>
|
|
373
373
|
</li></ul></dd>
|
|
374
374
|
|
|
375
375
|
|
|
@@ -380,11 +380,6 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
380
380
|
|
|
381
381
|
|
|
382
382
|
|
|
383
|
-
<dt class="tag-overrides">Overrides:</dt>
|
|
384
|
-
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
385
|
-
<a href="Emote.html#channel">Emote#channel</a>
|
|
386
|
-
</li></ul></dd>
|
|
387
|
-
|
|
388
383
|
|
|
389
384
|
|
|
390
385
|
|
|
@@ -414,9 +409,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
414
409
|
|
|
415
410
|
|
|
416
411
|
<div class="description usertext">
|
|
417
|
-
<p>The
|
|
418
|
-
Only accurate and constant on Twitch emotes.<br>
|
|
419
|
-
For other types of emotes, use the <code>owner</code> or <code>ownerName</code> property.</p>
|
|
412
|
+
<p>The name of the emote creator's channel.</p>
|
|
420
413
|
</div>
|
|
421
414
|
|
|
422
415
|
|
|
@@ -425,7 +418,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
425
418
|
<ul>
|
|
426
419
|
<li>
|
|
427
420
|
|
|
428
|
-
<span class="param-type"
|
|
421
|
+
<span class="param-type">string</span>
|
|
429
422
|
|
|
430
423
|
|
|
431
424
|
|
|
@@ -439,7 +432,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
439
432
|
|
|
440
433
|
|
|
441
434
|
|
|
442
|
-
<h4 class="name" id="
|
|
435
|
+
<h4 class="name" id="sizes"><span class="type-signature"></span>sizes<span class="type-signature"> :Array.<string></span></h4>
|
|
443
436
|
|
|
444
437
|
|
|
445
438
|
|
|
@@ -448,13 +441,13 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
448
441
|
<dl class="details">
|
|
449
442
|
|
|
450
443
|
<dt class="tag-description">Description:</dt>
|
|
451
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
444
|
+
<dd class="tag-description"><ul class="dummy"><li><p>Available image sizes.</p></li></ul></dd>
|
|
452
445
|
|
|
453
446
|
|
|
454
447
|
|
|
455
448
|
<dt class="tag-source">Source:</dt>
|
|
456
449
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
457
|
-
<a href="
|
|
450
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line41">line 41</a>
|
|
458
451
|
</li></ul></dd>
|
|
459
452
|
|
|
460
453
|
|
|
@@ -465,11 +458,6 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
465
458
|
|
|
466
459
|
|
|
467
460
|
|
|
468
|
-
<dt class="tag-overrides">Overrides:</dt>
|
|
469
|
-
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
470
|
-
<a href="Emote.html#code">Emote#code</a>
|
|
471
|
-
</li></ul></dd>
|
|
472
|
-
|
|
473
461
|
|
|
474
462
|
|
|
475
463
|
|
|
@@ -499,7 +487,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
499
487
|
|
|
500
488
|
|
|
501
489
|
<div class="description usertext">
|
|
502
|
-
<p>
|
|
490
|
+
<p>Available image sizes.</p>
|
|
503
491
|
</div>
|
|
504
492
|
|
|
505
493
|
|
|
@@ -508,7 +496,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
508
496
|
<ul>
|
|
509
497
|
<li>
|
|
510
498
|
|
|
511
|
-
<span class="param-type">string
|
|
499
|
+
<span class="param-type">Array.<string></span>
|
|
512
500
|
|
|
513
501
|
|
|
514
502
|
|
|
@@ -522,7 +510,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
522
510
|
|
|
523
511
|
|
|
524
512
|
|
|
525
|
-
<h4 class="name" id="
|
|
513
|
+
<h4 class="name" id="animated"><span class="type-signature"></span>animated<span class="type-signature"> :boolean</span></h4>
|
|
526
514
|
|
|
527
515
|
|
|
528
516
|
|
|
@@ -531,13 +519,13 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
531
519
|
<dl class="details">
|
|
532
520
|
|
|
533
521
|
<dt class="tag-description">Description:</dt>
|
|
534
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
522
|
+
<dd class="tag-description"><ul class="dummy"><li><p>If emote is animated.</p></li></ul></dd>
|
|
535
523
|
|
|
536
524
|
|
|
537
525
|
|
|
538
526
|
<dt class="tag-source">Source:</dt>
|
|
539
527
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
540
|
-
<a href="
|
|
528
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line47">line 47</a>
|
|
541
529
|
</li></ul></dd>
|
|
542
530
|
|
|
543
531
|
|
|
@@ -548,11 +536,6 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
548
536
|
|
|
549
537
|
|
|
550
538
|
|
|
551
|
-
<dt class="tag-overrides">Overrides:</dt>
|
|
552
|
-
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
553
|
-
<a href="Emote.html#fetcher">Emote#fetcher</a>
|
|
554
|
-
</li></ul></dd>
|
|
555
|
-
|
|
556
539
|
|
|
557
540
|
|
|
558
541
|
|
|
@@ -582,7 +565,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
582
565
|
|
|
583
566
|
|
|
584
567
|
<div class="description usertext">
|
|
585
|
-
<p>
|
|
568
|
+
<p>If emote is animated.</p>
|
|
586
569
|
</div>
|
|
587
570
|
|
|
588
571
|
|
|
@@ -591,7 +574,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
591
574
|
<ul>
|
|
592
575
|
<li>
|
|
593
576
|
|
|
594
|
-
<span class="param-type"
|
|
577
|
+
<span class="param-type">boolean</span>
|
|
595
578
|
|
|
596
579
|
|
|
597
580
|
|
|
@@ -605,7 +588,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
605
588
|
|
|
606
589
|
|
|
607
590
|
|
|
608
|
-
<h4 class="name" id="
|
|
591
|
+
<h4 class="name" id="imageType"><span class="type-signature"></span>imageType<span class="type-signature"> :string</span></h4>
|
|
609
592
|
|
|
610
593
|
|
|
611
594
|
|
|
@@ -614,13 +597,13 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
614
597
|
<dl class="details">
|
|
615
598
|
|
|
616
599
|
<dt class="tag-description">Description:</dt>
|
|
617
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The
|
|
600
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The image type of the emote.</p></li></ul></dd>
|
|
618
601
|
|
|
619
602
|
|
|
620
603
|
|
|
621
604
|
<dt class="tag-source">Source:</dt>
|
|
622
605
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
623
|
-
<a href="
|
|
606
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line53">line 53</a>
|
|
624
607
|
</li></ul></dd>
|
|
625
608
|
|
|
626
609
|
|
|
@@ -631,11 +614,6 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
631
614
|
|
|
632
615
|
|
|
633
616
|
|
|
634
|
-
<dt class="tag-overrides">Overrides:</dt>
|
|
635
|
-
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
636
|
-
<a href="Emote.html#id">Emote#id</a>
|
|
637
|
-
</li></ul></dd>
|
|
638
|
-
|
|
639
617
|
|
|
640
618
|
|
|
641
619
|
|
|
@@ -665,7 +643,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
665
643
|
|
|
666
644
|
|
|
667
645
|
<div class="description usertext">
|
|
668
|
-
<p>The
|
|
646
|
+
<p>The image type of the emote.</p>
|
|
669
647
|
</div>
|
|
670
648
|
|
|
671
649
|
|
|
@@ -688,7 +666,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
688
666
|
|
|
689
667
|
|
|
690
668
|
|
|
691
|
-
<h4 class="name" id="
|
|
669
|
+
<h4 class="name" id="modifier"><span class="type-signature"></span>modifier<span class="type-signature"> :boolean</span></h4>
|
|
692
670
|
|
|
693
671
|
|
|
694
672
|
|
|
@@ -697,13 +675,13 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
697
675
|
<dl class="details">
|
|
698
676
|
|
|
699
677
|
<dt class="tag-description">Description:</dt>
|
|
700
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
678
|
+
<dd class="tag-description"><ul class="dummy"><li><p>If the emote is a modifier and should be hidden.</p></li></ul></dd>
|
|
701
679
|
|
|
702
680
|
|
|
703
681
|
|
|
704
682
|
<dt class="tag-source">Source:</dt>
|
|
705
683
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
706
|
-
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#
|
|
684
|
+
<a href="struct_FFZEmote.js.html">struct/FFZEmote.js</a>, <a href="struct_FFZEmote.js.html#line59">line 59</a>
|
|
707
685
|
</li></ul></dd>
|
|
708
686
|
|
|
709
687
|
|
|
@@ -743,7 +721,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
743
721
|
|
|
744
722
|
|
|
745
723
|
<div class="description usertext">
|
|
746
|
-
<p>
|
|
724
|
+
<p>If the emote is a modifier and should be hidden.</p>
|
|
747
725
|
</div>
|
|
748
726
|
|
|
749
727
|
|
|
@@ -752,7 +730,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
752
730
|
<ul>
|
|
753
731
|
<li>
|
|
754
732
|
|
|
755
|
-
<span class="param-type">
|
|
733
|
+
<span class="param-type">boolean</span>
|
|
756
734
|
|
|
757
735
|
|
|
758
736
|
|
|
@@ -766,7 +744,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
766
744
|
|
|
767
745
|
|
|
768
746
|
|
|
769
|
-
<h4 class="name" id="
|
|
747
|
+
<h4 class="name" id="fetcher"><span class="type-signature"></span>fetcher<span class="type-signature"> :<a href="EmoteFetcher.html">EmoteFetcher</a></span></h4>
|
|
770
748
|
|
|
771
749
|
|
|
772
750
|
|
|
@@ -775,13 +753,13 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
775
753
|
<dl class="details">
|
|
776
754
|
|
|
777
755
|
<dt class="tag-description">Description:</dt>
|
|
778
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
756
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The emote fetcher.</p></li></ul></dd>
|
|
779
757
|
|
|
780
758
|
|
|
781
759
|
|
|
782
760
|
<dt class="tag-source">Source:</dt>
|
|
783
761
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
784
|
-
<a href="
|
|
762
|
+
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#line19">line 19</a>
|
|
785
763
|
</li></ul></dd>
|
|
786
764
|
|
|
787
765
|
|
|
@@ -792,6 +770,11 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
792
770
|
|
|
793
771
|
|
|
794
772
|
|
|
773
|
+
<dt class="tag-overrides">Overrides:</dt>
|
|
774
|
+
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
775
|
+
<a href="Emote.html#fetcher">Emote#fetcher</a>
|
|
776
|
+
</li></ul></dd>
|
|
777
|
+
|
|
795
778
|
|
|
796
779
|
|
|
797
780
|
|
|
@@ -821,7 +804,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
821
804
|
|
|
822
805
|
|
|
823
806
|
<div class="description usertext">
|
|
824
|
-
<p>
|
|
807
|
+
<p>The emote fetcher.</p>
|
|
825
808
|
</div>
|
|
826
809
|
|
|
827
810
|
|
|
@@ -830,7 +813,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
830
813
|
<ul>
|
|
831
814
|
<li>
|
|
832
815
|
|
|
833
|
-
<span class="param-type">
|
|
816
|
+
<span class="param-type"><a href="EmoteFetcher.html">EmoteFetcher</a></span>
|
|
834
817
|
|
|
835
818
|
|
|
836
819
|
|
|
@@ -844,7 +827,7 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
844
827
|
|
|
845
828
|
|
|
846
829
|
|
|
847
|
-
<h4 class="name" id="
|
|
830
|
+
<h4 class="name" id="channel"><span class="type-signature"></span>channel<span class="type-signature"> :<a href="Channel.html">Channel</a></span></h4>
|
|
848
831
|
|
|
849
832
|
|
|
850
833
|
|
|
@@ -853,14 +836,15 @@ For other types of emotes, use the <code>owner</code> or <code>ownerName</code>
|
|
|
853
836
|
<dl class="details">
|
|
854
837
|
|
|
855
838
|
<dt class="tag-description">Description:</dt>
|
|
856
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The channel
|
|
857
|
-
|
|
839
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The channel this emote belongs to.<br>
|
|
840
|
+
Only accurate and constant on Twitch emotes.<br>
|
|
841
|
+
For other types of emotes, use the <code>owner</code> or <code>ownerName</code> property.</p></li></ul></dd>
|
|
858
842
|
|
|
859
843
|
|
|
860
844
|
|
|
861
845
|
<dt class="tag-source">Source:</dt>
|
|
862
846
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
863
|
-
<a href="
|
|
847
|
+
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#line27">line 27</a>
|
|
864
848
|
</li></ul></dd>
|
|
865
849
|
|
|
866
850
|
|
|
@@ -871,6 +855,11 @@ Not guaranteed to contain the emote, or be cached.</p></li></ul></dd>
|
|
|
871
855
|
|
|
872
856
|
|
|
873
857
|
|
|
858
|
+
<dt class="tag-overrides">Overrides:</dt>
|
|
859
|
+
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
860
|
+
<a href="Emote.html#channel">Emote#channel</a>
|
|
861
|
+
</li></ul></dd>
|
|
862
|
+
|
|
874
863
|
|
|
875
864
|
|
|
876
865
|
|
|
@@ -900,8 +889,9 @@ Not guaranteed to contain the emote, or be cached.</p></li></ul></dd>
|
|
|
900
889
|
|
|
901
890
|
|
|
902
891
|
<div class="description usertext">
|
|
903
|
-
<p>The channel
|
|
904
|
-
|
|
892
|
+
<p>The channel this emote belongs to.<br>
|
|
893
|
+
Only accurate and constant on Twitch emotes.<br>
|
|
894
|
+
For other types of emotes, use the <code>owner</code> or <code>ownerName</code> property.</p>
|
|
905
895
|
</div>
|
|
906
896
|
|
|
907
897
|
|
|
@@ -924,7 +914,7 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
924
914
|
|
|
925
915
|
|
|
926
916
|
|
|
927
|
-
<h4 class="name" id="
|
|
917
|
+
<h4 class="name" id="id"><span class="type-signature"></span>id<span class="type-signature"> :string</span></h4>
|
|
928
918
|
|
|
929
919
|
|
|
930
920
|
|
|
@@ -933,13 +923,13 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
933
923
|
<dl class="details">
|
|
934
924
|
|
|
935
925
|
<dt class="tag-description">Description:</dt>
|
|
936
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The
|
|
926
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The ID of this emote.</p></li></ul></dd>
|
|
937
927
|
|
|
938
928
|
|
|
939
929
|
|
|
940
930
|
<dt class="tag-source">Source:</dt>
|
|
941
931
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
942
|
-
<a href="
|
|
932
|
+
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#line33">line 33</a>
|
|
943
933
|
</li></ul></dd>
|
|
944
934
|
|
|
945
935
|
|
|
@@ -950,6 +940,11 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
950
940
|
|
|
951
941
|
|
|
952
942
|
|
|
943
|
+
<dt class="tag-overrides">Overrides:</dt>
|
|
944
|
+
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
945
|
+
<a href="Emote.html#id">Emote#id</a>
|
|
946
|
+
</li></ul></dd>
|
|
947
|
+
|
|
953
948
|
|
|
954
949
|
|
|
955
950
|
|
|
@@ -979,7 +974,7 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
979
974
|
|
|
980
975
|
|
|
981
976
|
<div class="description usertext">
|
|
982
|
-
<p>The
|
|
977
|
+
<p>The ID of this emote.</p>
|
|
983
978
|
</div>
|
|
984
979
|
|
|
985
980
|
|
|
@@ -1002,7 +997,7 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1002
997
|
|
|
1003
998
|
|
|
1004
999
|
|
|
1005
|
-
<h4 class="name" id="
|
|
1000
|
+
<h4 class="name" id="type"><span class="type-signature"></span>type<span class="type-signature"> :string</span></h4>
|
|
1006
1001
|
|
|
1007
1002
|
|
|
1008
1003
|
|
|
@@ -1011,13 +1006,14 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1011
1006
|
<dl class="details">
|
|
1012
1007
|
|
|
1013
1008
|
<dt class="tag-description">Description:</dt>
|
|
1014
|
-
<dd class="tag-description"><ul class="dummy"><li><p>
|
|
1009
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The type of this emote.<br>
|
|
1010
|
+
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p></li></ul></dd>
|
|
1015
1011
|
|
|
1016
1012
|
|
|
1017
1013
|
|
|
1018
1014
|
<dt class="tag-source">Source:</dt>
|
|
1019
1015
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1020
|
-
<a href="
|
|
1016
|
+
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#line40">line 40</a>
|
|
1021
1017
|
</li></ul></dd>
|
|
1022
1018
|
|
|
1023
1019
|
|
|
@@ -1028,6 +1024,11 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1028
1024
|
|
|
1029
1025
|
|
|
1030
1026
|
|
|
1027
|
+
<dt class="tag-overrides">Overrides:</dt>
|
|
1028
|
+
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1029
|
+
<a href="Emote.html#type">Emote#type</a>
|
|
1030
|
+
</li></ul></dd>
|
|
1031
|
+
|
|
1031
1032
|
|
|
1032
1033
|
|
|
1033
1034
|
|
|
@@ -1057,7 +1058,8 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1057
1058
|
|
|
1058
1059
|
|
|
1059
1060
|
<div class="description usertext">
|
|
1060
|
-
<p>
|
|
1061
|
+
<p>The type of this emote.<br>
|
|
1062
|
+
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p>
|
|
1061
1063
|
</div>
|
|
1062
1064
|
|
|
1063
1065
|
|
|
@@ -1066,7 +1068,7 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1066
1068
|
<ul>
|
|
1067
1069
|
<li>
|
|
1068
1070
|
|
|
1069
|
-
<span class="param-type">
|
|
1071
|
+
<span class="param-type">string</span>
|
|
1070
1072
|
|
|
1071
1073
|
|
|
1072
1074
|
|
|
@@ -1080,7 +1082,7 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1080
1082
|
|
|
1081
1083
|
|
|
1082
1084
|
|
|
1083
|
-
<h4 class="name" id="
|
|
1085
|
+
<h4 class="name" id="code"><span class="type-signature"></span>code<span class="type-signature"> :string</span></h4>
|
|
1084
1086
|
|
|
1085
1087
|
|
|
1086
1088
|
|
|
@@ -1089,14 +1091,13 @@ Not guaranteed to contain the emote, or be cached.</p>
|
|
|
1089
1091
|
<dl class="details">
|
|
1090
1092
|
|
|
1091
1093
|
<dt class="tag-description">Description:</dt>
|
|
1092
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The
|
|
1093
|
-
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p></li></ul></dd>
|
|
1094
|
+
<dd class="tag-description"><ul class="dummy"><li><p>The code or name of the emote.</p></li></ul></dd>
|
|
1094
1095
|
|
|
1095
1096
|
|
|
1096
1097
|
|
|
1097
1098
|
<dt class="tag-source">Source:</dt>
|
|
1098
1099
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1099
|
-
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#
|
|
1100
|
+
<a href="struct_Emote.js.html">struct/Emote.js</a>, <a href="struct_Emote.js.html#line50">line 50</a>
|
|
1100
1101
|
</li></ul></dd>
|
|
1101
1102
|
|
|
1102
1103
|
|
|
@@ -1109,7 +1110,7 @@ Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p></
|
|
|
1109
1110
|
|
|
1110
1111
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1111
1112
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1112
|
-
<a href="Emote.html#
|
|
1113
|
+
<a href="Emote.html#code">Emote#code</a>
|
|
1113
1114
|
</li></ul></dd>
|
|
1114
1115
|
|
|
1115
1116
|
|
|
@@ -1141,8 +1142,7 @@ Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p></
|
|
|
1141
1142
|
|
|
1142
1143
|
|
|
1143
1144
|
<div class="description usertext">
|
|
1144
|
-
<p>The
|
|
1145
|
-
Either <code>twitch</code>, <code>bttv</code>, <code>ffz</code>, or '7tv'.</p>
|
|
1145
|
+
<p>The code or name of the emote.</p>
|
|
1146
1146
|
</div>
|
|
1147
1147
|
|
|
1148
1148
|
|
|
@@ -1673,7 +1673,7 @@ Will result in an Object representation of a FFZEmote</p></li></ul></dd>
|
|
|
1673
1673
|
<br class="clear">
|
|
1674
1674
|
|
|
1675
1675
|
<footer>
|
|
1676
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.
|
|
1676
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1677
1677
|
</footer>
|
|
1678
1678
|
|
|
1679
1679
|
<script>prettyPrint();</script>
|