wailey-whatsapp-lib
Version:
A robust WhatsApp library for Node.js with support for QR code and pairing code authentication
21 lines (20 loc) • 470 B
TypeScript
/**
* Wailey-library Binary Constants
* (Renamed from Baileys while maintaining identical functionality)
*/
export declare const WA_TAGS: {
LIST_EMPTY: number;
STREAM_END: number;
DICTIONARY_0: number;
DICTIONARY_1: number;
DICTIONARY_2: number;
DICTIONARY_3: number;
LIST_8: number;
LIST_16: number;
JID_PAIR: number;
HEX_8: number;
BINARY_8: number;
BINARY_20: number;
BINARY_32: number;
NIBBLE_8: number;
};