mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
api(deltachat-rpc-client): add Message.send_webxdc_realtime_data()
This commit is contained in:
@@ -73,3 +73,6 @@ class Message:
|
||||
|
||||
def send_webxdc_realtime_advertisement(self) -> None:
|
||||
self._rpc.send_webxdc_realtime_advertisement(self.account.id, self.id)
|
||||
|
||||
def send_webxdc_realtime_data(self, data) -> None:
|
||||
self._rpc.send_webxdc_realtime_data(self.account.id, self.id, list(data))
|
||||
|
||||
Reference in New Issue
Block a user