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

Function isWebmBuffer

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

Source from the content-addressed store, hash-verified

873 if (!client || !doc) return undefined;
874 const location = new Api.InputDocumentFileLocation({
875 id: doc.id,
876 accessHash: doc.accessHash,
877 fileReference: doc.fileReference,
878 thumbSize: "",
879 });
880 return rawDownloadFile(client, location, doc.dcId);

Callers 3

isAnimatedRasterBufferFunction · 0.85
bufferKindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected