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

Method message_send_file

src/wechaty/fake_puppet.py:463–470  ·  view source on GitHub ↗

send file :param conversation_id: :param file: filebox instance

(self, conversation_id: str, file: FileBox
                                )

Source from the content-addressed store, hash-verified

461 return 'static-id'
462
463 async def message_send_file(self, conversation_id: str, file: FileBox
464 ) -> str:
465 """
466 send file
467 :param conversation_id:
468 :param file: filebox instance
469 """
470 return 'static-id'
471
472 async def message_send_url(
473 self,

Callers 3

sayMethod · 0.80
sayMethod · 0.80
sayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected