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

Function displayName

quote/quote.ts:351–358  ·  view source on GitHub ↗
(entity: any)

Source from the content-addressed store, hash-verified

349 out.hidden = true;
350 continue;
351 }
352 if (lower === "media" || lower === "m") {
353 out.media = true;
354 continue;
355 }
356 if (lower === "crop") {
357 out.crop = true;
358 continue;
359 }
360 if (lower === "rate" || lower === "rating") {
361 out.rate = true;

Callers 4

forwardedSourceFunction · 0.85
senderNameFunction · 0.85
replyPreviewFunction · 0.85
toQuoteMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected