api(deltachat-rpc-client): add CONFIG_SYNCED constant

This commit is contained in:
link2xt
2024-05-15 17:02:01 +00:00
parent 8cd85fa7a4
commit b7a25d5092

View File

@@ -61,6 +61,7 @@ class EventType(str, Enum):
WEBXDC_INSTANCE_DELETED = "WebxdcInstanceDeleted"
CHATLIST_CHANGED = "ChatlistChanged"
CHATLIST_ITEM_CHANGED = "ChatlistItemChanged"
CONFIG_SYNCED = "ConfigSynced"
class ChatId(IntEnum):