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

Class

quote/quote.ts:1322–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320function collectAnimatedMediaMessages(messages: any[]): any[] {
1321 const out: any[] = [];
1322 const scan = (message: any) => {
1323 if (!message) return;
1324 if (message.mediaBuffer && isAnimatedRasterBuffer(message.mediaBuffer)) out.push(message);
1325 if (message.replyMessage) scan(message.replyMessage);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected