MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / friendship_accept

Method friendship_accept

src/wechaty/fake_puppet.py:624–627  ·  view source on GitHub ↗

accept friendship

(self, friendship_id: str)

Source from the content-addressed store, hash-verified

622 """
623
624 async def friendship_accept(self, friendship_id: str) -> None:
625 """
626 accept friendship
627 """
628
629 async def room_list(self) -> List[str]:
630 """

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected