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 • 827 B
TypeScript
/**
* Zalo Personal Messaging service exports
* 100% khớp với automation-web/src/module/zalo-messaging
*/
export { MessagingService } from './messaging.service';
export type { ThreadType, TextStyle, Urgency, MessageType, ZaloReactions, Style, Mention, AttachmentContent, PropertyExt, SendMessageQuote, AttachmentMetadata, Attachment, SendMessageRequest, SendStickerRequest, SendVoiceRequest, SendVideoRequest, SendLinkRequest, SendCardRequest, ForwardMessageRequest, DeleteMessageRequest, UndoMessageRequest, AddReactionRequest, SendMessageResponse, SendStickerResponse, SendVoiceResponse, SendVideoResponse, SendLinkResponse, SendCardResponse, Success, Failed, ForwardMessageResponse, DeleteMessageResponse, UndoResponse, AddReactionResponse, } from '../../types/dto/messaging.type';
//# sourceMappingURL=index.d.ts.map