@vreden/meta
Version:
Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.
10 lines (9 loc) • 321 B
TypeScript
export declare class CiphertextMessage {
readonly UNSUPPORTED_VERSION: number
readonly CURRENT_VERSION: number
readonly WHISPER_TYPE: number
readonly PREKEY_TYPE: number
readonly SENDERKEY_TYPE: number
readonly SENDERKEY_DISTRIBUTION_TYPE: number
readonly ENCRYPTED_MESSAGE_OVERHEAD: number
}