MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / WechatyPluginOptions

Class WechatyPluginOptions

src/wechaty/schema.py:89–92  ·  view source on GitHub ↗

options for wechaty plugin

Source from the content-addressed store, hash-verified

87
88@dataclass
89class WechatyPluginOptions:
90 """options for wechaty plugin"""
91 name: Optional[str] = None
92 metadata: Optional[dict] = None
93
94
95@dataclass

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected