MCPcopy Create free account
hub / github.com/doraemonext/wechat-python-sdk / Article

Class Article

wechat_sdk/reply.py:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187class Article(object):
188 def __init__(self, title=None, description=None, picurl=None, url=None):
189 self.title = title or ''
190 self.description = description or ''
191 self.picurl = picurl or ''
192 self.url = url or ''
193
194
195class ArticleReply(WechatReply):

Callers 2

response_newsMethod · 0.85
send_article_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected