UNPKG

@vreden/meta

Version:

Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.

13 lines (10 loc) 225 B
"use strict" Object.defineProperty(exports, "__esModule", { value: true }) /** Association type */ const LabelAssociationType = { Chat: "label_jid", Message: "label_message" } module.exports = { LabelAssociationType }