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

10 lines (9 loc) 221 B
export default class Notify { private load; constructor(); info: (msg: any) => void; valid: (msg: any) => void; fail: (msg: any) => void; child: (msg: any) => void; warn: (msg: any) => void; }