RaphielGang / Telegram-Paperplane

The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
Other
292 stars 1.06k forks source link

Files cannot be saved as notes #218

Open androidacy-user opened 4 years ago

androidacy-user commented 4 years ago

Describe the bug Whenever saving a file as a note no error is given; however retrieving the note always fails.

To Reproduce Steps to reproduce the behavior:

  1. Save file as note
  2. Try to retrieve note
  3. Fails

Expected behavior File is re-given in response to the note

Screenshots N/A

Python Version 3.7.5

Additional context Userbot is running on ubuntu 18.04 (because setting up heroku fails)

jagogardiner commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

androidacy-user commented 4 years ago

Kk

AvinashReddy3108 commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

jagogardiner commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

If all credit is given where it is due, I'm sure this is okay.

androidacy-user commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

I beg to differ. It can save notes with links and files but when attempting to retrieve them it fails

AvinashReddy3108 commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

I beg to differ. It can save notes with links and files but when attempting to retrieve them it fails

That's because it saves only the caption of the files as note.

androidacy-user commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

I beg to differ. It can save notes with links and files but when attempting to retrieve them it fails

That's because it saves only the caption of the files as note.

Well then what's the point? If I want to save a file I want to save the file

zakaryan2004 commented 4 years ago

The note module doesn't have support for this yet, that's another thing to add to the do to list

Can I PR the one from my PaperplaneExtended repo? It can save files, docs, and even sticcers!

I beg to differ. It can save notes with links and files but when attempting to retrieve them it fails

That's because it saves only the caption of the files as note.

Well then what's the point? If I want to save a file I want to save the file

You have already been told to wait until it's done. Just wait or PR

RealAkito commented 4 years ago

This issue is confirmed, I am going to address this issue to TO-DO.