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

Function execFileCaptureAsync

quote/quote.ts:700–704  ·  view source on GitHub ↗
(cmd: string, args: string[], timeout = 10000)

Source from the content-addressed store, hash-verified

698 sticker: "[贴纸]", voice: "[语音]", audio: "[音频]", document: "[文件]",
699 location: "[位置]", venue: "[地点]", contact: "[联系人]", poll: "[投票]", media: "[媒体]"
700 };
701 return map[kind] || "[媒体]";
702}
703
704function hasPreviewMedia(msg: Api.Message): boolean {
705 const kind = getMediaKind(msg);
706 return kind === "photo" || kind === "sticker" || kind === "animation" || kind === "document";
707}

Callers 2

probeAnimatedInfoFunction · 0.85
probeWebmAlphaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected