UNPKG

@renvyteam/baileys

Version:

WhatsApp API For Interact In WhatsApp

9 lines (8 loc) 301 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 }