UNPKG

n8n-nodes-thang-zalo-app

Version:

Các node udng2 để hỗ trợ người dùng zalo

14 lines (13 loc) 576 B
import { INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData, IHookFunctions } from 'n8n-workflow'; export declare class ZaloMessageTrigger implements INodeType { description: INodeTypeDescription; private static convertAudioToMp3; webhookMethods: { default: { checkExists(this: IHookFunctions): Promise<boolean>; create(this: IHookFunctions): Promise<boolean>; delete(this: IHookFunctions): Promise<boolean>; }; }; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; }