UNPKG

@neoxr/wb

Version:

Simplicity WhatsApp Bot (Baileys)

20 lines (19 loc) 439 B
export default class Spam { delay: number; cooldown: { _id: string; timer: number; }[]; constructor(delay: number); isHold: (id: string) => { _id: string; timer: number; } | undefined; pushId: (id: string) => number; hold: (id: string, fromMe: boolean) => { state: boolean; } | undefined; check: (id: string) => { state: boolean; } | undefined; }