UNPKG

@kamuridesu/whatframework

Version:

A simple WhatsApp Bot Framework on top of Baileys

5 lines (4 loc) 256 B
import { IBot } from "../@types/types.js"; import { EntryPoint } from "../@types/types.js"; export declare function botFactory(entryPointClass: EntryPoint): IBot; export declare function getTotalVideoBufferLengthInSeconds(buffer: Buffer): Promise<number>;