UNPKG

superchats

Version:

SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp

28 lines (27 loc) 655 B
export declare const TAGS: { LIST_EMPTY: number; DICTIONARY_0: number; DICTIONARY_1: number; DICTIONARY_2: number; DICTIONARY_3: number; AD_JID: 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; PACKED_MAX: number; SINGLE_BYTE_MAX: number; STREAM_END: number; }; export declare const DOUBLE_BYTE_TOKENS: string[][]; export declare const SINGLE_BYTE_TOKENS: (string | null)[]; export declare const TOKEN_MAP: { [token: string]: { dict?: number; index: number; }; };