File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -842,8 +842,8 @@ https://developers.line.me/en/docs/messaging-api/reference/#webhook-event-object
842842
843843The 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
890914Source
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
You can’t perform that action at this time.
0 commit comments