UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

14 lines (13 loc) 910 B
export { ArchiveOptions, ArchiveResponse } from './archive.js'; export { CheckOptions, CheckResponse } from './check.js'; export { DeleteMessageOptions, DeleteMessageResponse } from './delete-message.js'; export { FetchProfilePictureOptions, FetchProfilePictureResponse } from './fetch-profile-picture.js'; export { FindAllChatsResponse } from './find-all.js'; export { FindContactsOptions, FindContactsResponse } from './find-contacts.js'; export { FindMessagesOptions, FindMessagesResponse } from './find-messages.js'; export { FindStatusMessageOptions, FindStatusMessageResponse } from './find-status-message.js'; export { MarkAsReadOptions, MarkAsReadResponse } from './mark-as-read.js'; export { PresenceOptions, PresenceParams } from './presence.js'; export { UpdateMessageOptions, UpdateMessageResponse } from './update-message.js'; import '../../../types/tags.js'; import '../../../types/webhooks.js';