docs(deltachat-rpc-client): document Account.check_qr()

This commit is contained in:
link2xt
2025-03-10 00:34:31 +00:00
parent 94f57e786d
commit 8e9c79061f

View File

@@ -95,6 +95,10 @@ class Account:
return self.get_config("selfavatar")
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)
def set_config_from_qr(self, qr: str):