UNPKG

@faouzkk/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

9 lines 278 B
import type { EventInputType } from './constants'; export declare class BinaryInfo { protocolVersion: number; sequence: number; events: EventInputType[]; buffer: Buffer[]; constructor(options?: Partial<BinaryInfo>); } //# sourceMappingURL=BinaryInfo.d.ts.map