MCPcopy
hub / github.com/the-open-agent/openagent / SendMessage

Method SendMessage

pipe/pipe.go:36–36  ·  view source on GitHub ↗
(chatId string, text string)

Source from the content-addressed store, hash-verified

34// Pipe is the core interface every pipe platform must implement.
35type Pipe interface {
36 SendMessage(chatId string, text string) error
37 ParseWebhookRequest(body []byte) (*IncomingMessage, error)
38 SetWebhook(webhookUrl string) error
39}

Callers 3

sendPipeAnswerFunction · 0.65
CloseMessageMethod · 0.65
ChatTestMethod · 0.65

Implementers 9

TelegramPipepipe/telegram.go
SnapchatPipepipe/snapchat.go
XDMPipepipe/x_dm.go
DiscordPipepipe/discord.go
ThreadsPipepipe/threads.go
FacebookMessengerPipepipe/facebook_messenger.go
SlackPipepipe/slack.go
WhatsAppPipepipe/whatsapp.go
WeChatPipepipe/wechat.go

Calls

no outgoing calls

Tested by

no test coverage detected