MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / edit

Method edit

src/bot/types.ts:65–65  ·  view source on GitHub ↗
(chatId: string, ref: MessageRef, text: string, buttons?: Button[][])

Source from the content-addressed store, hash-verified

63
64 send(chatId: string, text: string, buttons?: Button[][]): Promise<MessageRef>;
65 edit(chatId: string, ref: MessageRef, text: string, buttons?: Button[][]): Promise<void>;
66
67 /** Best-effort: send an image (a preview screenshot) with an optional caption + buttons. Falls
68 * back to a text message with a link when the adapter or file is unavailable. */

Callers 3

runOneMethod · 0.65
flushMethod · 0.65
editFunction · 0.65

Implementers 1

TelegramTransportsrc/bot/adapters/telegram.ts

Calls

no outgoing calls

Tested by

no test coverage detected