MCPcopy Create free account
hub / github.com/apache/maka / sendMessage

Method sendMessage

packages/runtime/src/bots/types.ts:88–88  ·  view source on GitHub ↗
(chatId: string, text: string, options?: BotSendOptions)

Source from the content-addressed store, hash-verified

86
87export interface SendCapable {
88 sendMessage(chatId: string, text: string, options?: BotSendOptions): Promise<string | null>;
89 startReplyStream?(chatId: string, options: BotReplyStreamOptions): BotReplyStream | null;
90 /**
91 * PR-BOT-TYPING-INDICATOR-0 (external bot research): post a one-shot

Callers 15

sendMessageMethod · 0.65
sendMessageMethod · 0.65
runTurnWithFunction · 0.65
admitTurnMethod · 0.65
runMethod · 0.65
drainTurnMethod · 0.65
#admitAgentRunMethod · 0.65

Implementers 9

SlackBotBridgepackages/runtime/src/bots/slack-bridge
WechatBridgepackages/runtime/src/bots/wechat-bridg
FeishuBotBridgepackages/runtime/src/bots/feishu-bridg
WeComBotBridgepackages/runtime/src/bots/wecom-bridge
TelegramBotBridgepackages/runtime/src/bots/telegram-bri
DingTalkBotBridgepackages/runtime/src/bots/dingtalk-bri
QQBotBridgepackages/runtime/src/bots/qq-bridge.ts
DiscordBotBridgepackages/runtime/src/bots/discord-brid
BotRegistrypackages/runtime/src/bots/bot-registry

Calls

no outgoing calls

Tested by 2

runTurnWithFunction · 0.52
executeClaimedGraphRootFunction · 0.52