apiCall() and downloadTelegramFile() were using file_get_contents() for outgoing requests to api.telegram.org, which fails on restricted servers. Now use Http:: (Guzzle) consistently, matching the rest of the project. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>