Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ EventPlainText
Function
EventPlainText
nonebot/params.py:72–74 ·
view source on GitHub ↗
{ref}`nonebot.adapters.Event` 纯文本消息参数
()
Source
from the content-addressed store, hash-verified
70
71
72
def
EventPlainText() -> str:
73
""
"{ref}`nonebot.adapters.Event` 纯文本消息参数"
""
74
return
Depends(_event_plain_text)
75
76
77
async
def
_event_to_me(event: Event) -> bool:
Callers
1
event_plain_text
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected