UNPKG

redai-automation-web-sdk

Version:

TypeScript SDK for RedAI Automation Web API - Zalo Personal automation, messaging, advanced sticker search, and bulk operations. 100% compatible with automation-web backend. v1.8.1: Updated GroupInfo interface to match backend controller with complete gro

7 lines 620 B
/** * Advanced Messaging service exports * 100% khớp với automation-web advanced messaging functionality */ export { AdvancedMessagingService } from './advanced-messaging.service'; export type { ThreadType, DestType, SendDeliveredEventMessage, SendDeliveredEventRequest, SendDeliveredEventResponse, SendSeenEventMessage, SendSeenEventRequest, SendSeenEventResponse, SendTypingEventRequest, SendTypingEventResponse, AttachmentMetadata, AttachmentSource, UploadAttachmentRequest, UploadAttachmentResult, UploadAttachmentResponse, } from '../../types/dto/advanced-messaging.type'; //# sourceMappingURL=index.d.ts.map