UNPKG

@renvyteam/baileys

Version:

WhatsApp API For Interact In WhatsApp

16 lines 393 B
export declare class BinaryInfo { protocolVersion: number sequence: number events: { [x: string]: { props: { [x: string]: import("./constants").Value } globals: { [x: string]: import("./constants").Value } } }[] buffer: Buffer[] constructor(options?: Partial<BinaryInfo>) }