n8n-nodes-zalo-nnt
Version:
Unofficial Zalo integration for n8n - Send messages, manage groups, user operations with QR login. No API key required, works via browser simulation.
9 lines (8 loc) • 358 B
TypeScript
export declare function convertHeicToJpeg(inputPath: string): Promise<string | null>;
export declare function saveFile(url: string): Promise<string | null>;
export declare function removeFile(filePath: string): void;
export declare function imageMetadataGetter(filePath: string): Promise<{
width: number;
height: number;
size: number;
} | null>;