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

Function htmlEscape

save/save.ts:16–20  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

14import type { MessageMedia, Photo, Video, Audio, Voice, Sticker, Document, User, Chat, Peer, Message } from "@mtcute/core";
15import type { TelegramClient } from "@mtcute/node";
16import type { InputPeerLike } from "@mtcute/core";
17import { htmlEscape } from "@utils/htmlEscape";
18
19
20const prefixes = getPrefixes();
21const mainPrefix = prefixes[0];
22
23

Callers 10

formatSourceLineMethod · 0.70
formatSourceRangeMethod · 0.70
processMessageMethod · 0.70
processMessageToLocalMethod · 0.70
processMessageRangeMethod · 0.70
handleCommandMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected