Files
botAffilate/serverADB/node_modules/zca-js/dist/apis/getArchivedChatList.d.ts
T
2026-07-21 08:54:30 +07:00

6 lines
260 B
TypeScript

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