MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

deepwiki/deepwiki.ts:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130};
131
132class MessageSender {
133 static async sendOrEdit(msg: Api.Message, text: string, parseMode: "html" | "markdown" = "html"): Promise<Api.Message | undefined> {
134 try {
135 return await msg.edit({ text, parseMode, linkPreview: false } as any);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected