diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/const.py b/deltachat-rpc-client/src/deltachat_rpc_client/const.py index b0566e03d..620d56080 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/const.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/const.py @@ -114,6 +114,7 @@ class ViewType(str, Enum): FILE = "File" VIDEOCHAT_INVITATION = "VideochatInvitation" WEBXDC = "Webxdc" + VCARD = "Vcard" class SystemMessageType(str, Enum):