You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#106-114" title="Go to source code">isUnknownEvent</a>( )</code>
453
+
454
+
<divclass="description short">
455
+
<p>Returns the event is unknown or not.</p>
456
+
</div>
457
+
458
+
<divclass="description detailed hidden">
459
+
<p>Returns the event is unknown or not.</p>
460
+
461
+
462
+
463
+
<h4>Returns</h4>
464
+
<divclass="list">
465
+
boolean
466
+
</div>
467
+
468
+
469
+
470
+
434
471
</div>
435
472
</div></td>
436
473
</tr>
@@ -446,7 +483,7 @@ <h4>Returns</h4>
446
483
447
484
<tdclass="name"><div>
448
485
<aclass="anchor" href="#_getUserId">#</a>
449
-
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#106-120" title="Go to source code">getUserId</a>( )</code>
486
+
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#116-130" title="Go to source code">getUserId</a>( )</code>
450
487
451
488
<divclass="description short">
452
489
<p>Returns user ID of the event.</p>
@@ -484,7 +521,7 @@ <h4>Throws</h4>
484
521
485
522
<tdclass="name"><div>
486
523
<aclass="anchor" href="#_getGroupId">#</a>
487
-
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#122-136" title="Go to source code">getGroupId</a>( )</code>
524
+
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#132-146" title="Go to source code">getGroupId</a>( )</code>
488
525
489
526
<divclass="description short">
490
527
<p>Returns group ID of the event.</p>
@@ -522,7 +559,7 @@ <h4>Throws</h4>
522
559
523
560
<tdclass="name"><div>
524
561
<aclass="anchor" href="#_getRoomId">#</a>
525
-
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#138-152" title="Go to source code">getRoomId</a>( )</code>
562
+
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#148-162" title="Go to source code">getRoomId</a>( )</code>
526
563
527
564
<divclass="description short">
528
565
<p>Returns room ID of the event.</p>
@@ -560,7 +597,7 @@ <h4>Throws</h4>
560
597
561
598
<tdclass="name"><div>
562
599
<aclass="anchor" href="#_getEventSourceId">#</a>
563
-
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#154-177" title="Go to source code">getEventSourceId</a>( )</code>
600
+
<code><ahref="source-class-LINE.LINEBot.Event.BaseEvent.html#164-186" title="Go to source code">getEventSourceId</a>( )</code>
564
601
565
602
<divclass="description short">
566
603
<p>Returns the identifier of the event source that associated with event source type
@@ -578,10 +615,6 @@ <h4>Returns</h4>
578
615
null|string
579
616
</div>
580
617
581
-
<h4>Throws</h4>
582
-
<divclass="list">
583
-
<code><ahref="class-LINE.LINEBot.Exception.InvalidEventSourceException.html">LINE\LINEBot\Exception\InvalidEventSourceException</a></code><br>Raise when event source type is invalid
0 commit comments