appleboy/telegram-action

Feature Request: upload files

SukkaW opened this issue · 3 comments

I'd like to upload files (like build log) through my Telegram bot.

But when I attach those files as a document, I got the error Request Entity Too Large.

So is it possible to add the file uploading feature to the action?

I am looking for uploading APK file to telegram group after the build.

I am looking for uploading APK file to telegram group after the build.

It's possible see here: https://github.com/moeindev/InstaWeather/blob/master/.github/workflows/deployDebugAction.yml

https://core.telegram.org/bots/api#senddocument limit size: 50MB

Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.