UNPKG

wailey-whatsapp-lib

Version:

A robust WhatsApp library for Node.js with support for QR code and pairing code authentication

25 lines (24 loc) 559 B
"use strict"; /** * Wailey-library Binary Constants * (Renamed from Baileys while maintaining identical functionality) */ Object.defineProperty(exports, "__esModule", { value: true }); exports.WA_TAGS = void 0; // Tags used in the WhatsApp Binary protocol exports.WA_TAGS = { LIST_EMPTY: 0, STREAM_END: 2, DICTIONARY_0: 236, DICTIONARY_1: 237, DICTIONARY_2: 238, DICTIONARY_3: 239, LIST_8: 248, LIST_16: 249, JID_PAIR: 250, HEX_8: 251, BINARY_8: 252, BINARY_20: 253, BINARY_32: 254, NIBBLE_8: 255 };