reywechat 1.0.65__py3-none-any.whl → 1.0.67__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- reywechat/rdb.py +0 -6
- reywechat/rreceive.py +1 -1
- {reywechat-1.0.65.dist-info → reywechat-1.0.67.dist-info}/METADATA +1 -1
- {reywechat-1.0.65.dist-info → reywechat-1.0.67.dist-info}/RECORD +6 -6
- {reywechat-1.0.65.dist-info → reywechat-1.0.67.dist-info}/WHEEL +0 -0
- {reywechat-1.0.65.dist-info → reywechat-1.0.67.dist-info}/licenses/LICENSE +0 -0
reywechat/rdb.py
CHANGED
@@ -510,12 +510,6 @@ class WeChatDatabase(WeChatBase):
|
|
510
510
|
'fields': 'receive_id',
|
511
511
|
'type': 'noraml',
|
512
512
|
'comment': 'Receive to user ID or chat room ID normal index.'
|
513
|
-
},
|
514
|
-
{
|
515
|
-
'name': 'n_file_id',
|
516
|
-
'fields': 'file_id',
|
517
|
-
'type': 'noraml',
|
518
|
-
'comment': 'Send file ID normal index.'
|
519
513
|
}
|
520
514
|
],
|
521
515
|
'comment': 'Message send table.'
|
reywechat/rreceive.py
CHANGED
@@ -1568,7 +1568,7 @@ class WeChatMessage(WeChatBase):
|
|
1568
1568
|
self,
|
1569
1569
|
send_type: Literal[WeChatSendTypeEnum.FILE, WeChatSendTypeEnum.IMAGE, WeChatSendTypeEnum.EMOTION],
|
1570
1570
|
*,
|
1571
|
-
|
1571
|
+
file_path: str,
|
1572
1572
|
file_name: str | None = None
|
1573
1573
|
) -> None: ...
|
1574
1574
|
|
@@ -3,14 +3,14 @@ reywechat/rall.py,sha256=5J_X-XMOyb1Vp1jyS9-oRFXGOtp2vRPX1g3tJot_Eck,371
|
|
3
3
|
reywechat/rbase.py,sha256=hbxn5spvcl_C_Bw8A9teulOXT9GMlxUw145_YbXIOzc,1124
|
4
4
|
reywechat/rcache.py,sha256=7UsHHfgFOgxuSqlTSAO6CprgUUOeBCXYus0kxmRBQxk,908
|
5
5
|
reywechat/rclient.py,sha256=lc1CPle9h08mwP8NlJN0ybzcNJxtpV0ma6q6cz1RIxk,22518
|
6
|
-
reywechat/rdb.py,sha256=
|
6
|
+
reywechat/rdb.py,sha256=R3ZySPsLM5g0hChFBMxtG9MRZCZ433aMYa_LuggKK90,51010
|
7
7
|
reywechat/rlog.py,sha256=TSA-_5pwlq0sUND2cnLDqXvdmAdMAkC7tXIz3WfJ7Xw,5259
|
8
|
-
reywechat/rreceive.py,sha256=
|
8
|
+
reywechat/rreceive.py,sha256=HtsBu1EU61ztbcWQZeWN07u4PJp48PBnQD9p5ZTqiPk,51241
|
9
9
|
reywechat/rsend.py,sha256=BB42r24x37V1tb27HLhnB_2tILv-DW26F9QbhqiNes8,20101
|
10
10
|
reywechat/rtrigger.py,sha256=WdOQwobPdGPyyE9J-qtQFPd60713T0aWqKk02PLdCRE,4966
|
11
11
|
reywechat/rwechat.py,sha256=g0pbprMPv_qWb_lGFrPDAWsJO4vPSIgFLkw0Y28CZUo,4751
|
12
12
|
reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
|
13
|
-
reywechat-1.0.
|
14
|
-
reywechat-1.0.
|
15
|
-
reywechat-1.0.
|
16
|
-
reywechat-1.0.
|
13
|
+
reywechat-1.0.67.dist-info/METADATA,sha256=65XRoPqDWBttgcswdLPZ-Tb-r2sq3k2TrZ7yMRMgwEw,1551
|
14
|
+
reywechat-1.0.67.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
reywechat-1.0.67.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
16
|
+
reywechat-1.0.67.dist-info/RECORD,,
|
File without changes
|
File without changes
|