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

Function isGifBuffer

quote/quote.ts:879–881  ·  view source on GitHub ↗
(buffer: Buffer | undefined)

Source from the content-addressed store, hash-verified

877 fileReference: doc.fileReference,
878 thumbSize: "",
879 });
880 return rawDownloadFile(client, location, doc.dcId);
881}
882
883function sleepMs(ms: number): Promise<void> {
884 return new Promise((resolve) => setTimeout(resolve, ms));

Callers 3

isAnimatedRasterBufferFunction · 0.85
bufferKindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected