UNPKG

sanka-baileyss

Version:

WhatsApp API Modification By Sanka_Vollerei

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