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

Method thumbnail

src/wechaty/user/image.py:71–79  ·  view source on GitHub ↗

docstring :return:

(self)

Source from the content-addressed store, hash-verified

69 return cls(image_id)
70
71 async def thumbnail(self) -> FileBox:
72 """
73 docstring
74 :return:
75 """
76 log.info('thumbnail() for <%s>', self.image_id)
77 image_file = await self.puppet.message_image(
78 message_id=self.image_id, image_type=ImageType.IMAGE_TYPE_HD)
79 return image_file
80
81 async def hd(self) -> FileBox:
82 """

Callers 1

on_messageMethod · 0.80

Calls 1

message_imageMethod · 0.80

Tested by

no test coverage detected