Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: upload files #28

Open
SukkaW opened this issue Feb 3, 2021 · 3 comments
Open

Feature Request: upload files #28

SukkaW opened this issue Feb 3, 2021 · 3 comments

Comments

@SukkaW
Copy link

SukkaW commented Feb 3, 2021

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?

@YajanaRao
Copy link

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

@moeindev
Copy link

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

@appleboy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants