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

Function sendProcessing

ai/ai.ts:602–609  ·  view source on GitHub ↗
(
  msg: Api.Message,
  kind: ProcessingKind,
)

Source from the content-addressed store, hash-verified

600
601const sendProcessing = async (
602 msg: Api.Message,
603 kind: ProcessingKind,
604): Promise<void> => {
605 await MessageSender.sendOrEdit(msg, PROCESSING_TEXT[kind], {
606 parseMode: "html",
607 });
608};
609
610const sendErrorMessage = async (
611 msg: Api.Message,
612 error: any,

Callers 4

handleQuestionMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls 1

sendOrEditMethod · 0.45

Tested by

no test coverage detected