This commit is contained in:
phpia
2025-05-22 16:45:37 -04:00
committed by GitHub

View File

@@ -227,6 +227,7 @@ class Pipeline:
trace.event(**event_payload)
del body["chat_id"]
return body
async def outlet(self, body: dict, user: Optional[dict] = None) -> dict: