UNPKG

@faouzkk/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

10 lines 430 B
import type { USyncQueryProtocol } from '../../Types/USync'; import type { BinaryNode } from '../../WABinary'; import type { USyncUser } from '../USyncUser'; export declare class USyncLIDProtocol implements USyncQueryProtocol { name: string; getQueryElement(): BinaryNode; getUserElement(user: USyncUser): BinaryNode | null; parser(node: BinaryNode): string | null; } //# sourceMappingURL=UsyncLIDProtocol.d.ts.map