mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
docs(deltachat-rpc-client): document Account.check_qr()
This commit is contained in:
@@ -95,6 +95,10 @@ class Account:
|
|||||||
return self.get_config("selfavatar")
|
return self.get_config("selfavatar")
|
||||||
|
|
||||||
def check_qr(self, qr):
|
def check_qr(self, qr):
|
||||||
|
"""Parse QR code contents.
|
||||||
|
|
||||||
|
This function takes the raw text scanned
|
||||||
|
and checks what can be done with it."""
|
||||||
return self._rpc.check_qr(self.id, qr)
|
return self._rpc.check_qr(self.id, qr)
|
||||||
|
|
||||||
def set_config_from_qr(self, qr: str):
|
def set_config_from_qr(self, qr: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user