mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
api(deltachat-rpc-client): add ViewType.VCARD constant
This commit is contained in:
@@ -114,6 +114,7 @@ class ViewType(str, Enum):
|
|||||||
FILE = "File"
|
FILE = "File"
|
||||||
VIDEOCHAT_INVITATION = "VideochatInvitation"
|
VIDEOCHAT_INVITATION = "VideochatInvitation"
|
||||||
WEBXDC = "Webxdc"
|
WEBXDC = "Webxdc"
|
||||||
|
VCARD = "Vcard"
|
||||||
|
|
||||||
|
|
||||||
class SystemMessageType(str, Enum):
|
class SystemMessageType(str, Enum):
|
||||||
|
|||||||
Reference in New Issue
Block a user