whatsapp-cloud-api
Version:
Node.js library for creating bots and sending/receiving messages using the Whatsapp Cloud API
18 lines • 714 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PubSubEvents = void 0;
var PubSubEvents;
(function (PubSubEvents) {
PubSubEvents["message"] = "message";
PubSubEvents["text"] = "text";
PubSubEvents["image"] = "image";
PubSubEvents["document"] = "document";
PubSubEvents["audio"] = "audio";
PubSubEvents["video"] = "video";
PubSubEvents["sticker"] = "sticker";
PubSubEvents["location"] = "location";
PubSubEvents["contacts"] = "contacts";
PubSubEvents["button_reply"] = "button_reply";
PubSubEvents["list_reply"] = "list_reply";
})(PubSubEvents = exports.PubSubEvents || (exports.PubSubEvents = {}));
//# sourceMappingURL=pubSub.js.map