UNPKG

n8n-nodes-megaapi

Version:

N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more

3 lines (2 loc) 187 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function deleteMessage(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData>;