MCPcopy
hub / github.com/wechatpy/wechatpy / thumb_media_id

Method thumb_media_id

wechatpy/replies.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200
201 @property
202 def thumb_media_id(self):
203 return self.music.get('thumb_media_id')
204
205 @thumb_media_id.setter
206 def thumb_media_id(self, value):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected