MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / sendFile

Method sendFile

src/runtime/adapters/types.ts:251–251  ·  view source on GitHub ↗

Send a file to a specific channel/chat

(channelId: string, filePath: string, caption?: string)

Source from the content-addressed store, hash-verified

249 stop(): Promise<void>;
250}
251
252// ---------------------------------------------------------------------------
253// Message Sender (for adapters that support proactive message sending)
254// ---------------------------------------------------------------------------

Callers

nothing calls this directly

Implementers 3

TelegramAdaptersrc/runtime/adapters/telegram.ts
SlackAdaptersrc/runtime/adapters/slack.ts
FeishuAdaptersrc/runtime/adapters/feishu.ts

Calls

no outgoing calls

Tested by

no test coverage detected