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 413 B
/** * Search Module Exports * Zalo Personal Search functionality */ export { SearchService } from './search.service'; export type { GetStickersRequest, GetStickersResponse, GetStickersDetailRequest, GetStickersDetailResponse, StickerDetailItem, ParseLinkRequest, ParseLinkResponse, LinkMetadata, BaseSearchRequest, SearchErrorResponse, } from '../../types/dto/search.types'; //# sourceMappingURL=index.d.ts.map