From 122c23ad4e5c5c18310010ccb8085e4676319a9c Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 23 Oct 2024 23:42:11 +0000 Subject: [PATCH] api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_ADVERTISEMENT_RECEIVED --- 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 902feb70b..55988d79c 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/const.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/const.py @@ -63,6 +63,7 @@ class EventType(str, Enum): CHATLIST_ITEM_CHANGED = "ChatlistItemChanged" CONFIG_SYNCED = "ConfigSynced" WEBXDC_REALTIME_DATA = "WebxdcRealtimeData" + WEBXDC_REALTIME_ADVERTISEMENT_RECEIVED = "WebxdcRealtimeAdvertisementReceived" class ChatId(IntEnum):