Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ EventMessage
Function
EventMessage
nonebot/params.py:63–65 ·
view source on GitHub ↗
{ref}`nonebot.adapters.Event` 消息参数
()
Source
from the content-addressed store, hash-verified
61
62
63
def
EventMessage() -> Any:
64
""
"{ref}`nonebot.adapters.Event` 消息参数"
""
65
return
Depends(_event_message)
66
67
68
async
def
_event_plain_text(event: Event) -> str:
Callers
2
preset
Function · 0.90
event_message
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected