UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

19 lines (17 loc) 374 B
interface StatusMessageOptions { message: string; options?: { backgroundColor?: string; font?: number; }; } interface StatusMessageResponse { key: { remoteJid: string; fromMe: boolean; id: string; }; messageTimestamp: string; status: string; } export type { StatusMessageOptions, StatusMessageResponse };