"use strict";
/***************************************************
* Licensed Materials - Property of HCL.
* (c)Copyright HCL America, Inc. 2023-2024
****************************************************/
Object.defineProperty(exports, "__esModule", { value: true });
exports.getIMContactListGroupNames = exports._notes = void 0;
const tslib_1 = require("tslib");
/**
* @file Messaging
* @module messaging
* @category Messaging
*/
const notesf = tslib_1.__importStar(require("../notes/messaging"));
exports._notes = notesf;
/**
* Returns the group names in the Instant Messaging Contact List.
* @throws {Error} no plans to implement
*/
function getIMContactListGroupNames() {
return notesf.GetIMContactListGroupNames();
}
exports.getIMContactListGroupNames = getIMContactListGroupNames;
//# sourceMappingURL=messaging.js.map