How can I configure a Telegram bot to relay messages from one bot to a separate account without admin rights?

I’m just starting out with Telegram bot development and seeking guidance. Is there an existing solution that transfers messages from one bot to another account that isn’t managed as an admin by the original bot? Alternatively, how would I go about creating such a bot? Although I have a good grasp of Python, I find the bot integration part challenging. I am currently testing my approach on a Windows 11 setup.

hey, u might wanna try a telethon/bot hybrid approach, using a user session to forward msgs. it’s a bit hacky b/c bots hav restrictions, but it worked for me. experiment with it on win 11 and see