@faouzkk/baileys
Version:
A WebSockets library for interacting with WhatsApp Web
10 lines • 436 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelAssociationType = void 0;
/** Association type */
var LabelAssociationType;
(function (LabelAssociationType) {
LabelAssociationType["Chat"] = "label_jid";
LabelAssociationType["Message"] = "label_message";
})(LabelAssociationType || (exports.LabelAssociationType = LabelAssociationType = {}));
//# sourceMappingURL=LabelAssociation.js.map