MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / collectDialogs

Function collectDialogs

autorepeat/autorepeat.ts:53–60  ·  view source on GitHub ↗
(params: Record<string, any>)

Source from the content-addressed store, hash-verified

51 }
52 }
53 };
54
55 await collectDialogs({});
56 await collectDialogs({ folderId: 1 });
57
58 return Array.from(dialogsById.keys());
59}
60
61// ==================== 缓存管理器 ====================
62type CacheData = {
63 cache: Record<string, any>;

Callers 2

getAllManageableGroupIdsFunction · 0.70

Calls 1

setMethod · 0.45

Tested by

no test coverage detected