Skip to content

Commit

Permalink
Update README (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
okue committed Jun 25, 2019
1 parent 99ac7f0 commit 49596b0
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@ https://developers.line.me/en/docs/messaging-api/reference/#webhook-event-object

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

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

- MessageEvent
- type
Expand Down Expand Up @@ -886,6 +886,30 @@ Event
- type
- hwid
- device_message
- MemberJoinedEvent
- type
- timestamp
- source: `Source <#source>`__
- reply\_token
- joined: Joined
- MemberLeftEvent
- type
- timestamp
- source: `Source <#source>`__
- reply\_token
- left: Left
- AccountLinkEvent
- type
- timestamp
- source: `Source <#source>`__
- reply\_token
- link: Link
- ThingsEvent
- type
- timestamp
- source: `Source <#source>`__
- reply\_token
- things: DeviceLink | DeviceUnlink | ScenarioResult

Source
^^^^^^
Expand All @@ -912,12 +936,17 @@ Message
- ImageMessage
- type
- id
- content_provider
- VideoMessage
- type
- id
- duration
- content_provider
- AudioMessage
- type
- id
- duration
- content_provider
- LocationMessage
- type
- id
Expand Down

0 comments on commit 49596b0

Please sign in to comment.