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):