@juzi/wechaty-puppet-whatsapp
Version:
Wechaty Puppet for WhatsApp
20 lines • 1.01 kB
JavaScript
import WAWebJS from '@juzi/whatsapp-web.js';
export var GroupNotificationTypes;
(function (GroupNotificationTypes) {
GroupNotificationTypes["ADD"] = "add";
GroupNotificationTypes["INVITE"] = "invite";
GroupNotificationTypes["REMOVE"] = "remove";
GroupNotificationTypes["LEAVE"] = "leave";
GroupNotificationTypes["SUBJECT"] = "subject";
GroupNotificationTypes["DESCRIPTION"] = "description";
GroupNotificationTypes["PICTURE"] = "picture";
GroupNotificationTypes["ANNOUNCE"] = "announce";
GroupNotificationTypes["RESTRICT"] = "restrict";
GroupNotificationTypes["CREATE"] = "create";
})(GroupNotificationTypes || (GroupNotificationTypes = {}));
// @ts-ignore
export const ContactClass = WAWebJS.Contact;
// @ts-ignore
export const MessageClass = WAWebJS.Message;
export const { LocalAuth, DefaultOptions, MessageMedia, MessageAck, MessageTypes, UrlLink, ProductMessage, Location, WAState, WhatsWebURL, Client, } = WAWebJS;
//# sourceMappingURL=whatsapp-interface.js.map