UNPKG

@periskope/baileys

Version:

WhatsApp API

21 lines 410 B
export class USyncLIDProtocol { constructor() { this.name = 'lid'; } getQueryElement() { return { tag: 'lid', attrs: {} }; } getUserElement() { return null; } parser(node) { if (node.tag === 'lid') { return node.attrs.val; } return null; } } //# sourceMappingURL=UsyncLIDProtocol.js.map