Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ event_message
Function
event_message
tests/plugins/param/param_event.py:57–58 ·
view source on GitHub ↗
(msg: Message = EventMessage())
Source
from the content-addressed store, hash-verified
55
56
57
async
def
event_message(msg: Message = EventMessage()) -> Message:
58
return
msg
59
60
61
async
def
event_plain_text(text: str = EventPlainText()) -> str:
Callers
nothing calls this directly
Calls
1
EventMessage
Function · 0.90
Tested by
no test coverage detected