MCPcopy Index your code
hub / github.com/TeleBoxOrg/TeleBox_Plugins / edit

Method edit

checkin/checkin.ts:564–566  ·  view source on GitHub ↗
(msg: Api.Message, text: string)

Source from the content-addressed store, hash-verified

562 }
563
564 private async edit(msg: Api.Message, text: string): Promise<void> {
565 await msg.edit({ text, parseMode: "html", linkPreview: false });
566 }
567
568 private sendViaBot(token: string, chatId: string, text: string): Promise<void> {
569 return new Promise((resolve, reject) => {

Callers 15

CheckInPluginClass · 0.95
handleTargetCommandMethod · 0.95
handleConfigCommandMethod · 0.95
runAllSignsMethod · 0.95
clean_memberFunction · 0.45
statusCallbackFunction · 0.45
handleCopyStickerSetMethod · 0.45
handleCximgFunction · 0.45
updateProgressStatusFunction · 0.45
ConvertPluginClass · 0.45
handleVideoConversionMethod · 0.45
handleClearCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected