@vreden/meta
Version:
Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.
13 lines (9 loc) • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true })
const WAProto_1 = require("../../WAProto")
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = {
WAMessageStubType: WAProto_1.proto.WebMessageInfo.StubType,
WAMessageStatus: WAProto_1.proto.WebMessageInfo.Status,
WAProto: WAProto_1.proto
}