From d0844c3e621fb62eab94706cb0e0c3c1bc262516 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 17 May 2024 23:38:47 +0000 Subject: [PATCH] api(deltachat-rpc-client): add ViewType.VCARD constant --- 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 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):