n8n-nodes-megaapi
Version:
N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more
19 lines • 697 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGroupsProperties = void 0;
exports.getGroupsProperties = [
{
displayName: 'Information',
name: 'information',
type: 'notice',
displayOptions: {
show: {
resource: ['group'],
operation: ['getGroups'],
},
},
default: '',
description: '📋 This will retrieve a list of all groups that your WhatsApp instance is a member of. The response will include group details such as group ID, name, description, participants count, and other group metadata.',
},
];
//# sourceMappingURL=getGroups.js.map