1110d0c781
The upload endpoint sent files to the admin notification chat to obtain a Telegram file_id, but never deleted the staging message. Admins saw uncontextualized images in their chat before any ticket was created. Fix: send with disable_notification=True and immediately delete the staging message after capturing the file_id. Telegram persists file_ids even after message deletion.