@periskope/baileys
Version:
WhatsApp API
9 lines • 367 B
TypeScript
import type { USyncQueryProtocol } from '../../Types/USync.js';
import type { BinaryNode } from '../../WABinary/index.js';
export declare class USyncLIDProtocol implements USyncQueryProtocol {
name: string;
getQueryElement(): BinaryNode;
getUserElement(): null;
parser(node: BinaryNode): string | null;
}
//# sourceMappingURL=UsyncLIDProtocol.d.ts.map