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