mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 16:21:15 +00:00
test: reduce telegram broad partial mocks
This commit is contained in:
10
extensions/telegram/src/send.runtime.ts
Normal file
10
extensions/telegram/src/send.runtime.ts
Normal 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";
|
||||
Reference in New Issue
Block a user