UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

7 lines (6 loc) 296 B
export type SearchStickersResponse = Array<{ sticker_id: number; cate_id: number; type: number; }>; export declare const getSearchStickersFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (keyword: string) => Promise<SearchStickersResponse>;