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

Function outputFor

quote/quote.ts:952–952  ·  view source on GitHub ↗
(crf: number)

Source from the content-addressed store, hash-verified

950 // It is already rendered from customEmojiCache as a static first frame.
951 if (message.replyMessage) scanMessage(message.replyMessage);
952 if (message.forward) scanMessage(message.forward);
953 };
954 messages.forEach(scanMessage);
955 return Array.from(ids);

Callers 1

encodeFramesToWebmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected