test: reduce telegram broad partial mocks

This commit is contained in:
Peter Steinberger
2026-04-03 12:00:07 +01:00
parent 225431665a
commit 4e22e75697
11 changed files with 68 additions and 94 deletions

View File

@@ -0,0 +1,10 @@
export { loadConfig, resolveMarkdownTableMode } from "openclaw/plugin-sdk/config-runtime";
export type { PollInput, MediaKind } from "openclaw/plugin-sdk/media-runtime";
export {
buildOutboundMediaLoadOptions,
getImageMetadata,
isGifMedia,
kindFromMime,
normalizePollInput,
} from "openclaw/plugin-sdk/media-runtime";
export { loadWebMedia } from "openclaw/plugin-sdk/web-media";