UNPKG

@solufy/evolution-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

24 lines (22 loc) 468 B
declare const Routes: { Message: { SendText: string; SendMedia: string; SendVoice: string; SendSticker: string; SendLocation: string; SendContact: string; SendPoll: string; }; Chats: { Check: string; FindAll: string; SendPresence: string; }; Groups: { FindAll: string; FindByJid: string; FindByInviteCode: string; }; }; export { Routes };