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

Function isMessageInTopic

dme/dme.ts:554–557  ·  view source on GitHub ↗
(message: any, topicRootId?: number)

Source from the content-addressed store, hash-verified

552/**
553 * 自适应批次删除函数
554 */
555async function adaptiveBatchDelete(
556 client: TelegramClient,
557 chatEntity: any,
558 messageIds: number[]
559): Promise<{ deletedCount: number; failedCount: number }> {
560 let deletedCount = 0;

Callers 3

quickDeleteMyMessagesFunction · 0.85

Calls 1

Tested by

no test coverage detected