UNPKG

@whiskeysockets/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

10 lines 255 B
export class BinaryInfo { constructor(options = {}) { this.protocolVersion = 5; this.sequence = 0; this.events = []; this.buffer = []; Object.assign(this, options); } } //# sourceMappingURL=BinaryInfo.js.map