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

Method contact_payload

src/wechaty/fake_puppet.py:578–582  ·  view source on GitHub ↗

get contact payload

(self, contact_id: str)

Source from the content-addressed store, hash-verified

576 """
577
578 async def contact_payload(self, contact_id: str) -> ContactPayload:
579 """
580 get contact payload
581 """
582 return self.get_fake_contact(contact_id)
583
584 async def contact_avatar(self, contact_id: str,
585 file_box: Optional[FileBox] = None

Callers 2

test_finderMethod · 0.95
readyMethod · 0.80

Calls 1

get_fake_contactMethod · 0.80

Tested by 1

test_finderMethod · 0.76