UNPKG

n8n-nodes-megaapi

Version:

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

34 lines 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.leaveGroupProperties = void 0; exports.leaveGroupProperties = [ { displayName: 'Group JID', name: 'groupJid', type: 'string', required: true, displayOptions: { show: { resource: ['group'], operation: ['leaveGroup'], }, }, default: '', placeholder: '120363042979163716@g.us', description: 'The WhatsApp Group JID (Group ID) to leave. Format: group_id@g.us (e.g., 120363042979163716@g.us).', }, { displayName: 'Information', name: 'information', type: 'notice', displayOptions: { show: { resource: ['group'], operation: ['leaveGroup'], }, }, default: '', description: '📋 This will make your WhatsApp instance leave the specified group. The response will include the operation status. Note: Once you leave a group, you will need to be re-invited to join again.', }, ]; //# sourceMappingURL=leaveGroup.js.map