Claude
d7d6ae0f0d
refactor: remove enqueueUpload from ITelegramService and BotPool
Per-bot queue replaces global upload queue — BotPool handles
queueing internally.
- Remove enqueueUpload method signature from ITelegramService interface
- Remove enqueueUpload method from BotPool class
- Remove import of enqueueUpload from upload-queue module
- Refactor forwardToStorage to call executeWithBotRetry directly
instead of wrapping via enqueueUpload
- Fix trailing blank lines flagged by Biome formatter
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>