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

Method message_forward

src/wechaty/fake_puppet.py:519–525  ·  view source on GitHub ↗

forward message :param to_id: type of Room/Contact :param message_id: :return:

(self, to_id: str, message_id: str)

Source from the content-addressed store, hash-verified

517 return self.get_fake_message(message_id)
518
519 async def message_forward(self, to_id: str, message_id: str) -> None:
520 """
521 forward message
522 :param to_id: type of Room/Contact
523 :param message_id:
524 :return:
525 """
526
527 async def message_file(self, message_id: str) -> FileBox:
528 """

Callers 1

forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected