You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using telegram-download -f or --from, the program is not able to see files uploaded before the last text message not containing files was sent. It finds only the last files sent after the last text message in the chat. telegram-upload -i works but there is no option to select all files or multiple files at once, pressing spacebar+arrow down for 300+ files is very tedious.
Edit: at first it seems like interactive mode works fine, but checking one by one if every file is listed, it sometimes fails to list some files, once every 20 or so.
What I Did
telegram-download -f channelid
P.S. i've tried and installed on a windows machine with python 3.11 and it behaves in the same way. I thought of just simply forwarding every message, but the channel i want to download files from is not mine and forwarding is restricted.
Thank you in advance
The text was updated successfully, but these errors were encountered:
pip freeze
):click==8.1.7
cryptg==0.4.0
hachoir==3.3.0
more-itertools==10.2.0
prompt-toolkit==3.0.43
pyaes==1.6.1
pyasn1==0.4.5
pysmb==1.2.2
PySocks==1.7.1
rsa==4.9
telegram-upload==0.7.1
Telethon==1.34.0
wcwidth==0.2.13
Description
When using telegram-download -f or --from, the program is not able to see files uploaded before the last text message not containing files was sent. It finds only the last files sent after the last text message in the chat. telegram-upload -i works but there is no option to select all files or multiple files at once, pressing spacebar+arrow down for 300+ files is very tedious.
Edit: at first it seems like interactive mode works fine, but checking one by one if every file is listed, it sometimes fails to list some files, once every 20 or so.
What I Did
P.S. i've tried and installed on a windows machine with python 3.11 and it behaves in the same way. I thought of just simply forwarding every message, but the channel i want to download files from is not mine and forwarding is restricted.
Thank you in advance
The text was updated successfully, but these errors were encountered: