UNPKG

@whiskeysockets/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

9 lines (8 loc) 299 B
import { USyncQueryProtocol } from '../../Types/USync'; import { BinaryNode } from '../../WABinary'; export declare class USyncLIDProtocol implements USyncQueryProtocol { name: string; getQueryElement(): BinaryNode; getUserElement(): null; parser(node: BinaryNode): string | null; }