UNPKG

@faouzkk/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

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