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

Method artwork

src/wechaty/user/image.py:91–99  ·  view source on GitHub ↗

docstring :return:

(self)

Source from the content-addressed store, hash-verified

89 return image_file
90
91 async def artwork(self) -> FileBox:
92 """
93 docstring
94 :return:
95 """
96 log.info('artwork() for <%s>', self.image_id)
97 image_file = await self.puppet.message_image(
98 message_id=self.image_id, image_type=ImageType.IMAGE_TYPE_ARTWORK)
99 return image_file

Callers 1

on_messageMethod · 0.80

Calls 1

message_imageMethod · 0.80

Tested by

no test coverage detected