MCPcopy
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
57async def event_message(msg: Message = EventMessage()) -> Message:
58 return msg
59
60
61async def event_plain_text(text: str = EventPlainText()) -> str:

Callers

nothing calls this directly

Calls 1

EventMessageFunction · 0.90

Tested by

no test coverage detected