I’m facing such a problem as a web application. I’m trying to develop a small client (with Telethon library in python) which would be able to work with such applications, parse them, click on buttons and just get data. But there is very little mention of this in the documentation. Maybe I’m missing something, but the only thing I found is this method, RequestAppWebViewRequest. But even it doesn’t get html or anything. I don’t know what to do
I expected to get the link html content, and further with the help of requests as something to interact with the received application, but clicking on the link in the browser to check I am thrown to the left page. So I understand that without telegram data web applications will not let you in, and this is a problem, because I do not know what data telegram transmits and where. I didn’t find any hints in the browser logs.
PASTER-ov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.