mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36: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_CHANGED = "ChatlistChanged"
|
||||||
CHATLIST_ITEM_CHANGED = "ChatlistItemChanged"
|
CHATLIST_ITEM_CHANGED = "ChatlistItemChanged"
|
||||||
CONFIG_SYNCED = "ConfigSynced"
|
CONFIG_SYNCED = "ConfigSynced"
|
||||||
|
WEBXDC_REALTIME_DATA = "WebxdcRealtimeData"
|
||||||
|
|
||||||
|
|
||||||
class ChatId(IntEnum):
|
class ChatId(IntEnum):
|
||||||
|
|||||||
Reference in New Issue
Block a user