UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

13 lines (11 loc) 257 B
interface BaseMessageOptions { /** * Number (with country code) or JID to receive the message */ number: string; /** * Time in milliseconds before sending message */ delay?: number; } export type { BaseMessageOptions };