English
Appearance
Promise<GetArchivedChatListResponse>
export type GetArchivedChatListResponse = { items: unknown[]; version: number; };
api.getArchivedChatList() .then(console.log) .catch(console.error);