UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

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