Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wechaty/python-wechaty
/ contact_list
Method
contact_list
src/wechaty/fake_puppet.py:399–403 ·
view source on GitHub ↗
get all contact list
(self)
Source
from the content-addressed store, hash-verified
397
""
"
398
399
async
def
contact_list(self) -> List[str]:
400
""
"
401
get all contact list
402
""
"
403
return
list(self._contact_payloads.keys())
404
405
async
def
tag_contact_delete(self, tag_id: str) -> None:
406
""
"
Callers
1
find_all
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected