@vreden/meta
Version:
Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.
19 lines (14 loc) • 442 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true })
const WAProto_1 = require("../../WAProto")
Object.defineProperty(exports, "__esModule", { value: true })
const WAMessageAddressingMode = {
PN: 'pn',
LID: 'lid'
}
module.exports = {
WAMessageAddressingMode,
WAMessageStubType: WAProto_1.proto.WebMessageInfo.StubType,
WAMessageStatus: WAProto_1.proto.WebMessageInfo.Status,
WAProto: WAProto_1.proto
}