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

Class NavMetadata

src/wechaty/schema.py:33–39  ·  view source on GitHub ↗

nav metadata

Source from the content-addressed store, hash-verified

31
32@dataclass
33class NavMetadata:
34 """nav metadata"""
35 view_url: Optional[str] = None
36 author: Optional[str] = None # name of author
37 avatar: Optional[str] = None # avatar of author
38 author_link: Optional[str] = None # introduction link of author
39 icon: Optional[str] = None # avatar of author
40
41
42@dataclass

Callers 1

metadataMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected