Skip to content

Commit 49596b0

Browse files
authored
Update README (#189)
1 parent 99ac7f0 commit 49596b0

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,8 @@ https://developers.line.me/en/docs/messaging-api/reference/#webhook-event-object
842842

843843
The following classes are found in the ``linebot.models`` package.
844844

845-
Event
846-
^^^^^
845+
`Event <https://line-bot-sdk-python.readthedocs.io/en/stable/linebot.models.html#module-linebot.models.events>`__
846+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
847847

848848
- MessageEvent
849849
- type
@@ -886,6 +886,30 @@ Event
886886
- type
887887
- hwid
888888
- device_message
889+
- MemberJoinedEvent
890+
- type
891+
- timestamp
892+
- source: `Source <#source>`__
893+
- reply\_token
894+
- joined: Joined
895+
- MemberLeftEvent
896+
- type
897+
- timestamp
898+
- source: `Source <#source>`__
899+
- reply\_token
900+
- left: Left
901+
- AccountLinkEvent
902+
- type
903+
- timestamp
904+
- source: `Source <#source>`__
905+
- reply\_token
906+
- link: Link
907+
- ThingsEvent
908+
- type
909+
- timestamp
910+
- source: `Source <#source>`__
911+
- reply\_token
912+
- things: DeviceLink | DeviceUnlink | ScenarioResult
889913

890914
Source
891915
^^^^^^
@@ -912,12 +936,17 @@ Message
912936
- ImageMessage
913937
- type
914938
- id
939+
- content_provider
915940
- VideoMessage
916941
- type
917942
- id
943+
- duration
944+
- content_provider
918945
- AudioMessage
919946
- type
920947
- id
948+
- duration
949+
- content_provider
921950
- LocationMessage
922951
- type
923952
- id

0 commit comments

Comments
 (0)