UNPKG

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.

4 lines (3 loc) 215 B
export declare function validateThreadId(threadId: string): void; export declare function validatePositiveInt(value: number, fieldName: string): void; export declare function parseStickerIds(raw: string): number[];