MCPcopy
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
72def EventPlainText() -> str:
73 """{ref}`nonebot.adapters.Event` 纯文本消息参数"""
74 return Depends(_event_plain_text)
75
76
77async def _event_to_me(event: Event) -> bool:

Callers 1

event_plain_textFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected