MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / sendMessage

Method sendMessage

apps/web/ui/ChannelView/Chat/index.tsx:32–32  ·  view source on GitHub ↗
({
    message,
    files,
    channelId,
    title,
  }: {
    message: string;
    files: UploadedFile[];
    channelId: string;
    title: string;
  })

Source from the content-addressed store, hash-verified

30 to: string;
31 }): void;
32 sendMessage({
33 message,
34 files,
35 channelId,

Callers 1

handleLinenEventFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected