mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
api(deltachat-rpc-client): add EventType.WEBXDC_REALTIME_DATA constant
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user