skip to Main Content

It’s known knowledge that telegram mini apps are just simple sites being accessed via bots. So my question is, how do i get the actual url to the site displayed when a mini app is opened? The answer is not the bot url!

I don’t really know how get to that link that’s why I’m here. Help me if you can please!

2

Answers


  1. here’s the syntax:

    https://t.me/yourBotName?startapp=anyQueryParamYouWantToPassToTheMiniapp

    hopefully this helps

    Login or Signup to reply.
  2. To obtain the real website url is very simple.
    Please inspect the HTTP requests or refer to the bot’s source code if available. I think you are not owner of that bot. So you have to inspect the page with browser develoer tools.
    I attached the screenshot.
    https://i.sstatic.net/EfRa39ZP.png

    Hope it helps you.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search