MCPcopy
hub / github.com/AstrBotDevs/AstrBot / send_im_message_alias

Function send_im_message_alias

astrbot/dashboard/api/open_api.py:315–320  ·  view source on GitHub ↗
(
    payload: ImMessageRequest,
    auth: AuthContext = Depends(require_im_scope),
    service: OpenApiService = Depends(get_service),
)

Source from the content-addressed store, hash-verified

313
314@router.post("/im/message", include_in_schema=False)
315async def send_im_message_alias(
316 payload: ImMessageRequest,
317 auth: AuthContext = Depends(require_im_scope),
318 service: OpenApiService = Depends(get_service),
319):
320 return await send_im_message(payload, auth, service)
321
322
323@router.get("/im/bots")

Callers

nothing calls this directly

Calls 1

send_im_messageFunction · 0.85

Tested by

no test coverage detected