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

Method sendMessage

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

Send a text message to a specific channel/chat

(channelId: string, text: string)

Source from the content-addressed store, hash-verified

247export interface MessageSender {
248 /** Send a text message to a specific channel/chat */
249 sendMessage(channelId: string, text: string): Promise<void>;
250 /** Send a file to a specific channel/chat */
251 sendFile?(channelId: string, filePath: string, caption?: string): Promise<void>;
252}

Callers 4

notifyFnFunction · 0.65
sendWithRetryMethod · 0.65
handleRequestMethod · 0.65

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