UNPKG

@vreden/meta

Version:

Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.

9 lines (8 loc) 233 B
import { EventInputType } from './constants'; export declare class BinaryInfo { protocolVersion: number; sequence: number; events: EventInputType[]; buffer: Buffer[]; constructor(options?: Partial<BinaryInfo>); }