@warriorteam/zalo-personal
Version:
Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features
4 lines (3 loc) • 315 B
TypeScript
import type { StickerDetail } from "../models/index.js";
export type GetStickerCategoryDetailResponse = StickerDetail[];
export declare const getStickerCategoryDetailFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (cateId: number) => Promise<GetStickerCategoryDetailResponse>;