UNPKG

superchats

Version:

SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp

8 lines (7 loc) 366 B
import { FingerprintGeneratorType } from './'; export declare class FingerprintGenerator implements FingerprintGeneratorType { static VERSION: number; createFor(localIdentifier: string, localIdentityKey: ArrayBuffer, remoteIdentifier: string, remoteIdentityKey: ArrayBuffer): Promise<string>; private _iterations; constructor(_iterations: number); }