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

Class

sum/sum.ts:922–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920 if (task.timeRange) {
921 messageData = await getGroupMessagesByTime(task.chatId, task.timeRange);
922 } else {
923 messageData = await getGroupMessages(task.chatId, task.messageCount);
924 }
925

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected