UNPKG

@whiskeysockets/baileys

Version:

A WebSockets library for interacting with WhatsApp Web

12 lines 365 B
export class CiphertextMessage { constructor() { this.UNSUPPORTED_VERSION = 1; this.CURRENT_VERSION = 3; this.WHISPER_TYPE = 2; this.PREKEY_TYPE = 3; this.SENDERKEY_TYPE = 4; this.SENDERKEY_DISTRIBUTION_TYPE = 5; this.ENCRYPTED_MESSAGE_OVERHEAD = 53; } } //# sourceMappingURL=ciphertext-message.js.map