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

Method message_image

src/wechaty/fake_puppet.py:347–357  ·  view source on GitHub ↗

docstring :param message_id: :param image_type: :return:

(
            self,
            message_id: str,
            image_type: ImageType
    )

Source from the content-addressed store, hash-verified

345 return payload.id
346
347 async def message_image(
348 self,
349 message_id: str,
350 image_type: ImageType
351 ) -> FileBox:
352 """
353 docstring
354 :param message_id:
355 :param image_type:
356 :return:
357 """
358
359 async def ding(self, data: Optional[str] = None) -> None:
360 """

Callers 4

thumbnailMethod · 0.80
hdMethod · 0.80
artworkMethod · 0.80
to_file_boxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected