Plugin SDK: add legacy message discovery helper

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 02:06:29 +00:00
parent d3fc6c0cc7
commit 4c36436fb4
5 changed files with 152 additions and 109 deletions

View File

@@ -34,6 +34,7 @@ export type * from "../channels/plugins/types.js";
export * from "../channels/plugins/config-writes.js";
export * from "../channels/plugins/directory-config.js";
export * from "../channels/plugins/media-payload.js";
export * from "../channels/plugins/message-tool-legacy.js";
export * from "../channels/plugins/message-tool-schema.js";
export * from "../channels/plugins/normalize/signal.js";
export * from "../channels/plugins/normalize/whatsapp.js";