UNPKG

venom-bot

Version:

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite

8 lines (7 loc) 165 B
import { Id } from './id'; import { GroupChangeEvent } from './enum'; export interface ParticipantEvent { by: Id; action: GroupChangeEvent; who: [Id]; }