mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-10 22:01:16 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
forwardMessages with send_copy is unreliable for bot accounts — it queues an internal download+reupload that can silently fail. New approach: 1. getMessage to get the file's remote ID from the dest channel 2. sendMessage with inputMessageDocument + inputFileRemote to send directly to the user (no re-upload needed, file is already on Telegram's servers) 3. waitForSendConfirmation to actually verify delivery via updateMessageSendSucceeded/Failed Also removed getChats call (not available to bot accounts). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>