UNPKG

@nexon.js/baileys

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