UNPKG

@vreden/meta

Version:

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

11 lines 314 B
export declare class SenderMessageKey { private readonly iteration private readonly iv private readonly cipherKey private readonly seed constructor(iteration: number, seed: Uint8Array) getIteration(): number getIv(): Uint8Array getCipherKey(): Uint8Array getSeed(): Uint8Array }