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

Upload documents progress bar / status code #1212

Open
Bigceru opened this issue Apr 16, 2023 · 0 comments
Open

Upload documents progress bar / status code #1212

Bigceru opened this issue Apr 16, 2023 · 0 comments

Comments

@Bigceru
Copy link

Bigceru commented Apr 16, 2023

Upload documents progress bar / status code

The issue

Hi everybody, I was building my Telegram Bot when I faced in the following problem.
I was using local Telegram API Server because I needed to upload large file, the upload seems to work fine, but the large size of the file and obviously the amount of time needed to upload it, all this made the request (sendDocument method) return an exception due to idleTimeout (Sockets wait too much for file fully upload).

How know I manage it

So now the only way for me to see if the file has been uploaded, it is to just wait the file appear in the chat.

How I would be able to manage it

I would like to have some sort of progress bar or callback query with the percentage of file sent, or it could be just fine a response from the server when a file has been uploaded.

Thanks

If anyone know how to help me I would be really thankfully,

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

1 participant