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

Method sendError

clean/clean.ts:485–487  ·  view source on GitHub ↗
(msg: Api.Message, errorMsg: string)

Source from the content-addressed store, hash-verified

483 } else {
484 failedCount++;
485 const displayName = entity.type === 'user'
486 ? `${entity.firstName}(${entity.id})`
487 : `${entity.title || entity.firstName}[${entity.type}](${entity.id})`;
488 failedEntities.push(displayName);
489 }
490 await sleep(500);

Callers 5

handleCleanMethod · 0.95
handleDeletedCleanMethod · 0.95
handleBlockedCleanMethod · 0.95
cleanDeletedMemberMethod · 0.95
unblockMemberMethod · 0.95

Calls 2

editMessageMethod · 0.95
htmlEscapeFunction · 0.70

Tested by

no test coverage detected