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
842
842
843
843
The following classes are found in the ``linebot.models `` package.
844
844
845
- Event
846
- ^^^^^
845
+ ` Event < https://line-bot-sdk-python.readthedocs.io/en/stable/linebot.models.html#module-linebot.models.events >`__
846
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
847
847
848
848
- MessageEvent
849
849
- type
@@ -886,6 +886,30 @@ Event
886
886
- type
887
887
- hwid
888
888
- 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
889
913
890
914
Source
891
915
^^^^^^
@@ -912,12 +936,17 @@ Message
912
936
- ImageMessage
913
937
- type
914
938
- id
939
+ - content_provider
915
940
- VideoMessage
916
941
- type
917
942
- id
943
+ - duration
944
+ - content_provider
918
945
- AudioMessage
919
946
- type
920
947
- id
948
+ - duration
949
+ - content_provider
921
950
- LocationMessage
922
951
- type
923
952
- id
You can’t perform that action at this time.
0 commit comments