mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
api(deltachat-rpc-client): add Contact.make_vcard()
This commit is contained in:
@@ -60,3 +60,6 @@ class Contact:
|
|||||||
self.account,
|
self.account,
|
||||||
self._rpc.create_chat_by_contact_id(self.account.id, self.id),
|
self._rpc.create_chat_by_contact_id(self.account.id, self.id),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def make_vcard(self) -> str:
|
||||||
|
return self._rpc.make_vcard(self.account.id, [self.id])
|
||||||
|
|||||||
Reference in New Issue
Block a user