File tree 1 file changed +73
-76
lines changed
1 file changed +73
-76
lines changed Original file line number Diff line number Diff line change @@ -468,90 +468,87 @@ These following class in ``linebot.models`` package.
468
468
Event
469
469
^^^^^
470
470
471
- - MessageEvent
472
- - type
473
- - timestamp
474
- - source: `Source <#source >`__
475
- - reply\_ token
476
- - message: `Message <#message >`__
477
- - FollowEvent
478
- - type
479
- - timestamp
480
- - source: `Source <#source >`__
481
- - reply\_ token
482
- - UnfollowEvent
483
- - type
484
- - timestamp
485
- - source: `Source <#source >`__
486
- - JoinEvent
487
- - type
488
- - timestamp
489
- - source: `Source <#source >`__
490
- - reply\_ token
491
- - LeaveEvent
492
- - type
493
- - timestamp
494
- - source: `Source <#source >`__
495
- - PostbackEvent
496
- - type
497
- - timestamp
498
- - source: `Source <#source >`__
499
- - reply\_ token
500
- - postback: Postback
501
-
502
- - data
503
-
504
- - BeaconEvent
505
- - type
506
- - timestamp
507
- - source: `Source <#source >`__
508
- - reply\_ token
509
- - beacon: Beacon
510
-
511
- - type
512
- - hwid
471
+ - MessageEvent
472
+ - type
473
+ - timestamp
474
+ - source: `Source <#source >`__
475
+ - reply\_ token
476
+ - message: `Message <#message >`__
477
+ - FollowEvent
478
+ - type
479
+ - timestamp
480
+ - source: `Source <#source >`__
481
+ - reply\_ token
482
+ - UnfollowEvent
483
+ - type
484
+ - timestamp
485
+ - source: `Source <#source >`__
486
+ - JoinEvent
487
+ - type
488
+ - timestamp
489
+ - source: `Source <#source >`__
490
+ - reply\_ token
491
+ - LeaveEvent
492
+ - type
493
+ - timestamp
494
+ - source: `Source <#source >`__
495
+ - PostbackEvent
496
+ - type
497
+ - timestamp
498
+ - source: `Source <#source >`__
499
+ - reply\_ token
500
+ - postback: Postback
501
+ - data
502
+ - BeaconEvent
503
+ - type
504
+ - timestamp
505
+ - source: `Source <#source >`__
506
+ - reply\_ token
507
+ - beacon: Beacon
508
+ - type
509
+ - hwid
513
510
514
511
Source
515
512
^^^^^^
516
513
517
- - SourceUser
518
- - type
519
- - user\_ id
520
- - SourceGroup
521
- - type
522
- - group\_ id
523
- - SourceRoom
524
- - type
525
- - room\_ id
514
+ - SourceUser
515
+ - type
516
+ - user\_ id
517
+ - SourceGroup
518
+ - type
519
+ - group\_ id
520
+ - SourceRoom
521
+ - type
522
+ - room\_ id
526
523
527
524
Message
528
525
^^^^^^^
529
526
530
- - TextMessage
531
- - type
532
- - id
533
- - text
534
- - ImageMessage
535
- - type
536
- - id
537
- - VideoMessage
538
- - type
539
- - id
540
- - AudioMessage
541
- - type
542
- - id
543
- - LocationMessage
544
- - type
545
- - id
546
- - title
547
- - address
548
- - latitude
549
- - longitude
550
- - StickerMessage
551
- - type
552
- - id
553
- - package\_ id
554
- - sticker\_ id
527
+ - TextMessage
528
+ - type
529
+ - id
530
+ - text
531
+ - ImageMessage
532
+ - type
533
+ - id
534
+ - VideoMessage
535
+ - type
536
+ - id
537
+ - AudioMessage
538
+ - type
539
+ - id
540
+ - LocationMessage
541
+ - type
542
+ - id
543
+ - title
544
+ - address
545
+ - latitude
546
+ - longitude
547
+ - StickerMessage
548
+ - type
549
+ - id
550
+ - package\_ id
551
+ - sticker\_ id
555
552
556
553
Hints
557
554
-----
You can’t perform that action at this time.
0 commit comments