UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

6 lines (5 loc) 260 B
export type GetArchivedChatListResponse = { items: unknown[]; version: number; }; export declare const getArchivedChatListFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => () => Promise<GetArchivedChatListResponse>;