deltachat-rpc-client 2.38.0__py3-none-any.whl → 2.40.0__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.
- deltachat_rpc_client/chat.py +2 -2
- deltachat_rpc_client/client.py +1 -1
- deltachat_rpc_client/pytestplugin.py +1 -1
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/METADATA +1 -1
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/RECORD +9 -9
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/WHEEL +1 -1
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/entry_points.txt +0 -0
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/licenses/LICENSE +0 -0
- {deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/top_level.txt +0 -0
deltachat_rpc_client/chat.py
CHANGED
|
@@ -303,7 +303,7 @@ class Chat:
|
|
|
303
303
|
f.flush()
|
|
304
304
|
self._rpc.send_msg(self.account.id, self.id, {"viewtype": ViewType.VCARD, "file": f.name})
|
|
305
305
|
|
|
306
|
-
def place_outgoing_call(self, place_call_info: str) -> Message:
|
|
306
|
+
def place_outgoing_call(self, place_call_info: str, has_video_initially: bool) -> Message:
|
|
307
307
|
"""Starts an outgoing call."""
|
|
308
|
-
msg_id = self._rpc.place_outgoing_call(self.account.id, self.id, place_call_info)
|
|
308
|
+
msg_id = self._rpc.place_outgoing_call(self.account.id, self.id, place_call_info, has_video_initially)
|
|
309
309
|
return Message(self.account, msg_id)
|
deltachat_rpc_client/client.py
CHANGED
|
@@ -104,7 +104,7 @@ class Client:
|
|
|
104
104
|
|
|
105
105
|
def _process_events(
|
|
106
106
|
self,
|
|
107
|
-
until_func: Callable[[AttrDict], bool],
|
|
107
|
+
until_func: Callable[[AttrDict], bool] = _forever,
|
|
108
108
|
until_event: EventType = False,
|
|
109
109
|
) -> AttrDict:
|
|
110
110
|
"""Process events until the given callable evaluates to True,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
deltachat_rpc_client/__init__.py,sha256=zroJARiq9HBi7Ln03KlICOUJHSjm3CGIFkHfXILEdOQ,567
|
|
2
2
|
deltachat_rpc_client/_utils.py,sha256=IQD23hEWPQ7A43Bx3bt4MhXy5DJiVFT-UHUDz-hpo0g,6619
|
|
3
3
|
deltachat_rpc_client/account.py,sha256=CNUwmWNdWlaEXuDHy0Xld7EFnNaBrMk_BORkVeNIql4,19549
|
|
4
|
-
deltachat_rpc_client/chat.py,sha256=
|
|
5
|
-
deltachat_rpc_client/client.py,sha256=
|
|
4
|
+
deltachat_rpc_client/chat.py,sha256=PdDjSNx7DgVbtSyN9OT-cJrD-I_BgEVaKCnqIVT8pVI,12005
|
|
5
|
+
deltachat_rpc_client/client.py,sha256=l3yTinRS-u0JD0yx5VmBhc6flQWzCMfUGUoVltGY0qs,7606
|
|
6
6
|
deltachat_rpc_client/const.py,sha256=fnM377RkqOf4rM_jhy-O8dK-MbFLXQYtvprsvVWg2YI,6722
|
|
7
7
|
deltachat_rpc_client/contact.py,sha256=NLh1XNnD_LQf27pNcVgqNN97Gbv190VSCuEyjjce4L4,1893
|
|
8
8
|
deltachat_rpc_client/deltachat.py,sha256=-6SqQAS8_mMWLBP3U1HvFsNIpcAPYBlmqF8R6Bt90YQ,1894
|
|
9
9
|
deltachat_rpc_client/events.py,sha256=Y45LoGlQy0i1U-LhoqF9njqJWA8v4b-XHfXZ4VOr1TQ,10205
|
|
10
10
|
deltachat_rpc_client/message.py,sha256=q9vxYTAvgIfbV9v8uupj5t_jpSVcSx3BJwYHlpMJ8z8,5443
|
|
11
11
|
deltachat_rpc_client/py.typed,sha256=nGQ9Itq-bkXBn5Ri1JIR0oYnDNv7LDRfkowxBSSqVTM,60
|
|
12
|
-
deltachat_rpc_client/pytestplugin.py,sha256=
|
|
12
|
+
deltachat_rpc_client/pytestplugin.py,sha256=gSxfCxOLdjThhCqKxvC-hHOka9d8CtfOVCHVQMrO2oc,10858
|
|
13
13
|
deltachat_rpc_client/rpc.py,sha256=V26Z6rSjwAIWinPft5jnJIQrQg6lnlqLVf9BPWgz6iE,6318
|
|
14
|
-
deltachat_rpc_client-2.
|
|
15
|
-
deltachat_rpc_client-2.
|
|
16
|
-
deltachat_rpc_client-2.
|
|
17
|
-
deltachat_rpc_client-2.
|
|
18
|
-
deltachat_rpc_client-2.
|
|
19
|
-
deltachat_rpc_client-2.
|
|
14
|
+
deltachat_rpc_client-2.40.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
|
|
15
|
+
deltachat_rpc_client-2.40.0.dist-info/METADATA,sha256=LY3vTDOZ5hU-Fk1I1nMM_p1jkjCLJvtR6KHTpoes2TA,2274
|
|
16
|
+
deltachat_rpc_client-2.40.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
17
|
+
deltachat_rpc_client-2.40.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
|
|
18
|
+
deltachat_rpc_client-2.40.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
|
|
19
|
+
deltachat_rpc_client-2.40.0.dist-info/RECORD,,
|
{deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.38.0.dist-info → deltachat_rpc_client-2.40.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|