UNPKG

n8n-nodes-megaapi

Version:

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

9 lines (8 loc) 484 B
export { sendTextMessageProperties } from './sendTextMessage'; export { sendMediaUrlProperties } from './sendMediaUrl'; export { sendMediaBase64Properties } from './sendMediaBase64'; export { sendLocationProperties } from './sendLocation'; export { sendLinkPreviewProperties } from './sendLinkPreview'; export { sendListMessageProperties } from './sendListMessage'; export { forwardMessageProperties } from './forwardMessage'; export { quoteMessageProperties } from './quoteMessage';