I have a website where users can log in and use its features. I created a Telegram bot that allows users to log in using the website’s login API, and I have access to their tokens. When a user presses the "Open Website" inline keyboard button, it should set a cookie or give token in headers and open the website without requiring additional authorization.
I need to do this within my telegram bot backend, i tried to use webApp in inline keyboard but i could not give token