Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doraemonext/wechat-python-sdk
/ render
Method
render
wechat_sdk/reply.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
super(TextReply, self).__init__(message=message, content=content)
45
46
def
render(self):
47
return
TextReply.TEMPLATE.format(**self._args)
48
49
50
class
ImageReply(WechatReply):
Callers
6
response_text
Method · 0.45
response_image
Method · 0.45
response_voice
Method · 0.45
response_video
Method · 0.45
response_music
Method · 0.45
group_transfer_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected