(msg: Api.Message, errorMsg: string)
| 483 | } else { |
| 484 | failedCount++; |
| 485 | const displayName = entity.type === 'user' |
| 486 | ? `${entity.firstName}(${entity.id})` |
| 487 | : `${entity.title || entity.firstName}[${entity.type}](${entity.id})`; |
| 488 | failedEntities.push(displayName); |
| 489 | } |
| 490 | await sleep(500); |
no test coverage detected