Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doraemonext/wechat-python-sdk
/ __init__
Method
__init__
wechat_sdk/messages.py:130–132 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
128
129
class
UnknownMessage(WechatMessage):
130
def
__init__(self, message):
131
self.type =
'unknown'
132
super(UnknownMessage, self).__init__(message)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected