devgaganin / Save-Restricted-Content-Bot-V2

A stable telegram bot to get restricted messages with custom thumbnail support , made by TEAM SPY This bot can run in channels directly + YouTube video downloading support along with 30+ more sites
https://devgagan.in
159 stars 404 forks source link

Copy Photos only in Botchat #28

Closed timgahmen closed 3 months ago

timgahmen commented 3 months ago

I set a destination channel in the Bot with setchat

With Videos + Documents it works perfect. only if I try to copy Photos the bot only upload them in the "Botchat" not in the "setchat" (Channel)

(if I am the only one with this problem?)

and on this way thank you very much for this awesome bot

devgaganin commented 3 months ago

fixed #Repo #updated ✨

Happy coding.... re deploy and use.

timgahmen commented 3 months ago

awesome! works now!

thanks for this very fast and very good fix !

but better change this: ... await gagan.send_file(target_chat_id, path, caption=caption) # await gagan.send_file(LOG_GROUP, path, caption=caption) ...

back to: ... await gagan.send_file(target_chat_id, path, caption=caption) await gagan.send_file(LOG_GROUP, path, caption=caption) ...

then the "Log Group" also works again with Photos 😊

devgaganin commented 1 month ago

I already merged your commits