UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

5 lines (4 loc) 217 B
export type CategoryStickersResponse = { id: number; }; export declare const getCategoryStickersFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => () => Promise<number[]>;