UNPKG

sanka-baileyss

Version:

WhatsApp API Modification By Sanka_Vollerei

8 lines 283 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 }