From 5d3d5d23a106c0a5834f73b9f09b33ce1481c6d8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 18 May 2024 13:07:33 +0200 Subject: [PATCH] api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_DATA constant --- deltachat-rpc-client/src/deltachat_rpc_client/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/const.py b/deltachat-rpc-client/src/deltachat_rpc_client/const.py index 620d56080..902feb70b 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/const.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/const.py @@ -62,6 +62,7 @@ class EventType(str, Enum): CHATLIST_CHANGED = "ChatlistChanged" CHATLIST_ITEM_CHANGED = "ChatlistItemChanged" CONFIG_SYNCED = "ConfigSynced" + WEBXDC_REALTIME_DATA = "WebxdcRealtimeData" class ChatId(IntEnum):