n8n-nodes-mtai-zalo-test-trial
Version:
Các node hỗ trợ Zalo cho n8n
11 lines (10 loc) • 511 B
TypeScript
export declare function getZaloCredentialsFilePath(): string;
export declare function loadDataFromFile(): any[];
export declare function saveDataToFile(data: any[]): void;
export declare function saveOrUpdateUser(userData: any): void;
export declare function getUserInfo(api: any, ownId: string): Promise<{
displayName: string;
phoneNumber: string;
isFromAPI: boolean;
}>;
export declare function handleLoginSuccess(qrEvent: any, n8nApiUrl: string, n8nApiKey: string, proxy: string): Promise<void>;