MCPcopy
hub / github.com/wechaty/python-wechaty / friendship_add

Method friendship_add

src/wechaty/fake_puppet.py:611–614  ·  view source on GitHub ↗

add friendship with hello

(self, contact_id: str, hello: str)

Source from the content-addressed store, hash-verified

609 """
610
611 async def friendship_add(self, contact_id: str, hello: str) -> None:
612 """
613 add friendship with hello
614 """
615
616 async def friendship_payload(
617 self,

Callers 1

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected