where $fileUrlToUpload - is valid url to image at my local hosting (I work on kubuntu 20.04 with apache2).
and $telegramApiUrl = 'api.tlgr.org/bot';
My message at appers at Telegram channel, but image in Telegram message is broken and has 41b in size.
I replaced value of $fileUrlToUpload with accessible image url, but anyway image in Telegram message is broken and has 41b in size.
In laravel app (9.19) with guzzlehttp(7.2 ) and "laravel-notification-channels/telegram (3.0 ) I send image attached to post request like :
where $fileUrlToUpload - is valid url to image at my local hosting (I work on kubuntu 20.04 with apache2). and $telegramApiUrl = 'api.tlgr.org/bot'; My message at appers at Telegram channel, but image in Telegram message is broken and has 41b in size.
I replaced value of $fileUrlToUpload with accessible image url, but anyway image in Telegram message is broken and has 41b in size.
How that can be fixed ?
Thanks!